#2F0E95

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

Shades of Persian Indigo #2F0E95

Tints of Persian Indigo #2F0E95

Color information

#2F0E95 (or 0x2F0E95) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0E and 95. RGB value is (47,14,149). Sum of RGB (Red+Green+Blue) = 47+14+149=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F0E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0E95 is #D0F16A. Grayscale: #262626. Windows color (decimal): -13693291 or 9768495. OLE color: 9768495.

HSL color Cylindrical-coordinate representation of color #2F0E95: hue angle of 254.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0E95 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4714149-
CMYK0.680.9100.42
HSL254.67º82.82%31.96%-
HSV(B)254.67º90.6%58.43%-
XYZ6.753.0928.67-
YUV39.26189.93133.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=22.38%
G=6.67%
B=70.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47141490.680.9100.42254.6782.8231.96
Hex2FE95445B02Aff5320
Octal571622510413305237712340
Binary101111111010010101100010010110110101010111111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,14,149); }

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

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

 a { background-color: rgb(47,14,149); }

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

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

 span { border-color: rgb(47,14,149); }

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