#2F1782

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

Shades of Persian Indigo #2F1782

Tints of Persian Indigo #2F1782

Color information

#2F1782 (or 0x2F1782) is unknown color: approx Persian Indigo. HEX triplet: 2F, 17 and 82. RGB value is (47,23,130). Sum of RGB (Red+Green+Blue) = 47+23+130=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F1782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1782 is #D0E87D. Grayscale: #292929. Windows color (decimal): -13691006 or 8525615. OLE color: 8525615.

HSL color Cylindrical-coordinate representation of color #2F1782: hue angle of 253.46º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F1782 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4723130-
CMYK0.640.8200.49
HSL253.46º69.93%30%-
HSV(B)253.46º82.31%50.98%-
XYZ5.512.8321.37-
YUV42.37177.45131.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 130 (51.17% from 255) = 65%
R=23.5%
G=11.5%
B=65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47231300.640.8200.49253.4669.9330
Hex2F17824052031fd461e
Octal572720210012206137510636
Binary101111101111000001010000001010010011000111111101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,23,130); }

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

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

 a { background-color: rgb(47,23,130); }

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

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

 span { border-color: rgb(47,23,130); }

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