#2F0D8E

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

Shades of Persian Indigo #2F0D8E

Tints of Persian Indigo #2F0D8E

Color information

#2F0D8E (or 0x2F0D8E) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0D and 8E. RGB value is (47,13,142). Sum of RGB (Red+Green+Blue) = 47+13+142=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F0D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0D8E is #D0F271. Grayscale: #252525. Windows color (decimal): -13693554 or 9309487. OLE color: 9309487.

HSL color Cylindrical-coordinate representation of color #2F0D8E: hue angle of 255.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0D8E is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4713142-
CMYK0.670.9100.44
HSL255.81º83.23%30.39%-
HSV(B)255.81º90.85%55.69%-
XYZ6.22.8525.81-
YUV37.87186.76134.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.27%
GREEN value IS 13 (5.47% from 255) = 6.44%
BLUE value IS 142 (55.86% from 255) = 70.30%
R=23.27%
G=6.44%
B=70.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47131420.670.9100.44255.8183.2330.39
Hex2FD8E435B02C100531e
Octal571521610313305440012336
Binary101111110110001110100001110110110101100100000000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,13,142); }

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

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

 a { background-color: rgb(47,13,142); }

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

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

 span { border-color: rgb(47,13,142); }

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