#2F1A91

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

Shades of Persian Indigo #2F1A91

Tints of Persian Indigo #2F1A91

Color information

#2F1A91 (or 0x2F1A91) is unknown color: approx Persian Indigo. HEX triplet: 2F, 1A and 91. RGB value is (47,26,145). Sum of RGB (Red+Green+Blue) = 47+26+145=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F1A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1A91 is #D0E56E. Grayscale: #2D2D2D. Windows color (decimal): -13690223 or 9509423. OLE color: 9509423.

HSL color Cylindrical-coordinate representation of color #2F1A91: hue angle of 250.59º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F1A91 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4726145-
CMYK0.680.8200.43
HSL250.59º69.59%33.53%-
HSV(B)250.59º82.07%56.86%-
XYZ6.653.3927.09-
YUV45.84183.96128.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.56%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 145 (57.03% from 255) = 66.51%
R=21.56%
G=11.93%
B=66.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47261450.680.8200.43250.5969.5933.53
Hex2F1A91445202Bfb4622
Octal573222110412205337310642
Binary1011111101010010001100010010100100101011111110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,26,145); }

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

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

 a { background-color: rgb(47,26,145); }

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

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

 span { border-color: rgb(47,26,145); }

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