#2F2076

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

Shades of Persian Indigo #2F2076

Tints of Persian Indigo #2F2076

Color information

#2F2076 (or 0x2F2076) is unknown color: approx Persian Indigo. HEX triplet: 2F, 20 and 76. RGB value is (47,32,118). Sum of RGB (Red+Green+Blue) = 47+32+118=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2076 is #D0DF89. Grayscale: #2D2D2D. Windows color (decimal): -13688714 or 7741487. OLE color: 7741487.

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

Color convert

RGB4732118-
CMYK0.600.7300.54
HSL250.47º57.33%29.41%-
HSV(B)250.47º72.88%46.27%-
XYZ4.962.9517.45-
YUV46.29168.47128.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=23.86%
G=16.24%
B=59.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47321180.600.7300.54250.4757.3329.41
Hex2F20763C49036fa391d
Octal5740166741110663727135
Binary1011111000001110110111100100100101101101111101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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