#2F42AB

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

Shades of Persian Blue #2F42AB

Tints of Persian Blue #2F42AB

Color information

#2F42AB (or 0x2F42AB) is unknown color: approx Persian Blue. HEX triplet: 2F, 42 and AB. RGB value is (47,66,171). Sum of RGB (Red+Green+Blue) = 47+66+171=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F42AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F42AB is #D0BD54. Grayscale: #474747. Windows color (decimal): -13679957 or 11223599. OLE color: 11223599.

HSL color Cylindrical-coordinate representation of color #2F42AB: hue angle of 230.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F42AB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4766171-
CMYK0.730.6100.33
HSL230.81º56.88%42.75%-
HSV(B)230.81º72.51%67.06%-
XYZ10.477.4439.41-
YUV72.29183.71109.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.55%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=16.55%
G=23.24%
B=60.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47661710.730.6100.33230.8156.8842.75
Hex2F42AB493D021e7392b
Octal57102253111750413477153
Binary1011111000010101010111001001111101010000111100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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