Html Css Color HEX #283AA9 Persian Blue

📋 copy color: '#283AA9'

red 40 ◦ green 58 ◦ blue 169

#283AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #283AA9

Tints of Persian Blue #283AA9

RGB

 RED value IS 40 (16.02% from 255) = 14.98%

 GREEN value IS 58 (23.05% from 255) = 21.72%

 BLUE value IS 169 (66.41% from 255) = 63.3%

R = 14.98%
G = 21.72%
B = 63.3%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#283AA9 (or 0x283AA9) is known color: Persian Blue. HEX triplet: 28, 3A and A9. RGB value is (40,58,169). Sum of RGB (Red+Green+Blue) = 40+58+169=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 169 (66.41% from 255 or 63.30% from 267); Max value from RGB is 169 - color contains mainly: blue. Hex color #283AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA9 is #D7C556. Grayscale: #404040. Windows color (decimal): -14140759 or 11090472. OLE color: 11090472.

HSL color Cylindrical-coordinate representation of color #283AA9: hue angle of 231.63º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283AA9 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 58 169 -
CMYK 0.76 0.66 0 0.34
HSL 231.63º 0.62% 0.41% -
HSV(B) 231.63º 0.76% 0.66% -
XYZ 9.55 6.34 38.26 -
YUV 65.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 40 58 169 0.76 0.66 0 0.34 231.63 0.62 0.41
Hex 28 3A A9 4C 42 0 22 E8 3E 29
Octal 50 72 251 114 102 0 42 350 76 51
Binary 101000 111010 10101001 1001100 1000010 0 100010 11101000 111110 101001

Color Harmonies of #283AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283AA9

Black with #283AA9

Text Example


Text Example

White with #283AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283AA9; }

 p { color: rgb(40,58,169); }

 H1.HeaderClassName
 {
   color: #283AA9;
 }
 .AnyTagClassName
 {
   color: #283AA9;
 }
</style>

background-color css

<style>
 a { background-color: #283AA9; }

 a { background-color: rgb(40,58,169); }

 div.DivClassName
 {
   background-color: #283AA9;
 }
 .BgClassName
 {
   background-color: #283AA9;
 }
</style>

border-color css

<style>
 span { border-color: #283AA9; }

 span { border-color: rgb(40,58,169); }

 td.TdClassName
 {
   border-color: #283AA9;
 }
 .TagClassName
 {
   border-color: #283AA9;
 }
</style>