#2F42A9

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

Shades of Persian Blue #2F42A9

Tints of Persian Blue #2F42A9

Color information

#2F42A9 (or 0x2F42A9) is unknown color: approx Persian Blue. HEX triplet: 2F, 42 and A9. RGB value is (47,66,169). Sum of RGB (Red+Green+Blue) = 47+66+169=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #2F42A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F42A9 is #D0BD56. Grayscale: #474747. Windows color (decimal): -13679959 or 11092527. OLE color: 11092527.

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

Color convert

RGB4766169-
CMYK0.720.6100.34
HSL230.66º56.48%42.35%-
HSV(B)230.66º72.19%66.27%-
XYZ10.287.3738.42-
YUV72.06182.71110.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.67%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 169 (66.41% from 255) = 59.93%
R=16.67%
G=23.40%
B=59.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal47661690.720.6100.34230.6656.4842.35
Hex2F42A9483D022e7382a
Octal57102251110750423477052
Binary1011111000010101010011001000111101010001011100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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