#2F0C7D

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

Shades of Persian Indigo #2F0C7D

Tints of Persian Indigo #2F0C7D

Color information

#2F0C7D (or 0x2F0C7D) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0C and 7D. RGB value is (47,12,125). Sum of RGB (Red+Green+Blue) = 47+12+125=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F0C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0C7D is #D0F382. Grayscale: #222222. Windows color (decimal): -13693827 or 8195119. OLE color: 8195119.

HSL color Cylindrical-coordinate representation of color #2F0C7D: hue angle of 258.58º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0C7D is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4712125-
CMYK0.620.9000.51
HSL258.58º82.48%26.86%-
HSV(B)258.58º90.4%49.02%-
XYZ5.012.3519.59-
YUV35.35178.6136.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 125 (49.22% from 255) = 67.93%
R=25.54%
G=6.52%
B=67.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47121250.620.9000.51258.5882.4826.86
Hex2FC7D3E5A033103521b
Octal57141757613206340312233
Binary1011111100111110111111010110100110011100000011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,12,125); }

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

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

 a { background-color: rgb(47,12,125); }

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

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

 span { border-color: rgb(47,12,125); }

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