#2F2176

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

Shades of Persian Indigo #2F2176

Tints of Persian Indigo #2F2176

Color information

#2F2176 (or 0x2F2176) is unknown color: approx Persian Indigo. HEX triplet: 2F, 21 and 76. RGB value is (47,33,118). Sum of RGB (Red+Green+Blue) = 47+33+118=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2176 is #D0DE89. Grayscale: #2E2E2E. Windows color (decimal): -13688458 or 7741743. OLE color: 7741743.

HSL color Cylindrical-coordinate representation of color #2F2176: hue angle of 249.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2176 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4733118-
CMYK0.600.7200.54
HSL249.88º56.29%29.61%-
HSV(B)249.88º72.03%46.27%-
XYZ4.99317.46-
YUV46.88168.14128.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 59.60%
R=23.74%
G=16.67%
B=59.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47331180.600.7200.54249.8856.2929.61
Hex2F21763C48036fa381e
Octal5741166741100663727036
Binary1011111000011110110111100100100001101101111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,118); }

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

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

 a { background-color: rgb(47,33,118); }

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

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

 span { border-color: rgb(47,33,118); }

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