#2F147C

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

Shades of Persian Indigo #2F147C

Tints of Persian Indigo #2F147C

Color information

#2F147C (or 0x2F147C) is unknown color: approx Persian Indigo. HEX triplet: 2F, 14 and 7C. RGB value is (47,20,124). Sum of RGB (Red+Green+Blue) = 47+20+124=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F147C is #D0EB83. Grayscale: #272727. Windows color (decimal): -13691780 or 8131631. OLE color: 8131631.

HSL color Cylindrical-coordinate representation of color #2F147C: hue angle of 255.58º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F147C is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4720124-
CMYK0.620.8400.51
HSL255.58º72.22%28.24%-
HSV(B)255.58º83.87%48.63%-
XYZ5.062.5619.3-
YUV39.93175.45133.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 124 (48.83% from 255) = 64.92%
R=24.61%
G=10.47%
B=64.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47201240.620.8400.51255.5872.2228.24
Hex2F147C3E54033100481c
Octal57241747612406340011034
Binary10111110100111110011111010101000110011100000000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,20,124); }

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

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

 a { background-color: rgb(47,20,124); }

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

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

 span { border-color: rgb(47,20,124); }

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