#2C0E6D

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

Shades of Persian Indigo #2C0E6D

Tints of Persian Indigo #2C0E6D

Color information

#2C0E6D (or 0x2C0E6D) is unknown color: approx Persian Indigo. HEX triplet: 2C, 0E and 6D. RGB value is (44,14,109). Sum of RGB (Red+Green+Blue) = 44+14+109=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C0E6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0E6D is #D3F192. Grayscale: #212121. Windows color (decimal): -13889939 or 7147052. OLE color: 7147052.

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

Color convert

RGB4414109-
CMYK0.600.8700.57
HSL258.95º77.24%24.12%-
HSV(B)258.95º87.16%42.75%-
XYZ3.961.9514.64-
YUV33.8170.44135.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=26.35%
G=8.38%
B=65.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44141090.600.8700.57258.9577.2424.12
Hex2CE6D3C570391034d18
Octal54161557412707140311530
Binary1011001110110110111110010101110111001100000011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,14,109); }

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

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

 a { background-color: rgb(44,14,109); }

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

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

 span { border-color: rgb(44,14,109); }

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