#2F0F76

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

Shades of Persian Indigo #2F0F76

Tints of Persian Indigo #2F0F76

Color information

#2F0F76 (or 0x2F0F76) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0F and 76. RGB value is (47,15,118). Sum of RGB (Red+Green+Blue) = 47+15+118=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F0F76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0F76 is #D0F089. Grayscale: #232323. Windows color (decimal): -13693066 or 7737135. OLE color: 7737135.

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

Color convert

RGB4715118-
CMYK0.600.8700.54
HSL258.64º77.44%26.08%-
HSV(B)258.64º87.29%46.27%-
XYZ4.612.2517.33-
YUV36.31174.1135.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.11%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=26.11%
G=8.33%
B=65.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47151180.600.8700.54258.6477.4426.08
Hex2FF763C570361034d1a
Octal57171667412706640311532
Binary1011111111111011011110010101110110110100000011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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