#2A42A9

Color #2A42A9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2A42A9

Tints of Persian Blue #2A42A9

Color information

#2A42A9 (or 0x2A42A9) is unknown color: approx Persian Blue. HEX triplet: 2A, 42 and A9. RGB value is (42,66,169). Sum of RGB (Red+Green+Blue) = 42+66+169=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #2A42A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A42A9 is #D5BD56. Grayscale: #464646. Windows color (decimal): -14007639 or 11092522. OLE color: 11092522.

HSL color Cylindrical-coordinate representation of color #2A42A9: hue angle of 228.66º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A42A9 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4266169-
CMYK0.750.6100.34
HSL228.66º60.19%41.37%-
HSV(B)228.66º75.15%66.27%-
XYZ10.067.2538.41-
YUV70.57183.55107.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 169 (66.41% from 255) = 61.01%
R=15.16%
G=23.83%
B=61.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42661690.750.6100.34228.6660.1941.37
Hex2A42A94B3D022e53c29
Octal52102251113750423457451
Binary1010101000010101010011001011111101010001011100101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A42A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A42A9; }

 p { color: rgb(42,66,169); }

 H1.HeaderClassName
 {
   color: #2A42A9;
 }
 .AnyTagClassName
 {
   color: #2A42A9;
 }
</style>
background-color css

<style>
 a { background-color: #2A42A9; }

 a { background-color: rgb(42,66,169); }

 div.DivClassName
 {
   background-color: #2A42A9;
 }
 .BgClassName
 {
   background-color: #2A42A9;
 }
</style>
border-color css

<style>
 span { border-color: #2A42A9; }

 span { border-color: rgb(42,66,169); }

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