#2F1886

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

Shades of Persian Indigo #2F1886

Tints of Persian Indigo #2F1886

Color information

#2F1886 (or 0x2F1886) is unknown color: approx Persian Indigo. HEX triplet: 2F, 18 and 86. RGB value is (47,24,134). Sum of RGB (Red+Green+Blue) = 47+24+134=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F1886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1886 is #D0E779. Grayscale: #2B2B2B. Windows color (decimal): -13690746 or 8788015. OLE color: 8788015.

HSL color Cylindrical-coordinate representation of color #2F1886: hue angle of 252.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F1886 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4724134-
CMYK0.650.8200.47
HSL252.55º69.62%30.98%-
HSV(B)252.55º82.09%52.55%-
XYZ5.82.9822.82-
YUV43.42179.12130.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 134 (52.73% from 255) = 65.37%
R=22.93%
G=11.71%
B=65.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47241340.650.8200.47252.5569.6230.98
Hex2F1886415202Ffd461f
Octal573020610112205737510637
Binary101111110001000011010000011010010010111111111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,134); }

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

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

 a { background-color: rgb(47,24,134); }

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

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

 span { border-color: rgb(47,24,134); }

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