#2f0c83

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

Shades of Persian Indigo #2F0C83

Tints of Persian Indigo #2F0C83

Color information

#2F0C83 (or 0x2F0C83) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0C and 83. RGB value is (47,12,131). Sum of RGB (Red+Green+Blue) = 47+12+131=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #2F0C83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0C83 is #D0F37C. Grayscale: #232323. Windows color (decimal): -13693821 or 8588335. OLE color: 8588335.

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

Color convert

RGB4712131-
CMYK0.640.9100.49
HSL257.65º83.22%28.04%-
HSV(B)257.65º90.84%51.37%-
XYZ5.42.5121.67-
YUV36.03181.6135.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 12 (5.08% from 255) = 6.32%
BLUE value IS 131 (51.56% from 255) = 68.95%
R=24.74%
G=6.32%
B=68.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47121310.640.9100.49257.6583.2228.04
Hex2FC83405B031102531c
Octal571420310013306140212334
Binary101111110010000011100000010110110110001100000010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f0c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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