#2C0B70

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

Shades of Persian Indigo #2C0B70

Tints of Persian Indigo #2C0B70

Color information

#2C0B70 (or 0x2C0B70) is unknown color: approx Persian Indigo. HEX triplet: 2C, 0B and 70. RGB value is (44,11,112). Sum of RGB (Red+Green+Blue) = 44+11+112=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0B70 is #D3F48F. Grayscale: #202020. Windows color (decimal): -13890704 or 7342892. OLE color: 7342892.

HSL color Cylindrical-coordinate representation of color #2C0B70: hue angle of 259.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0B70 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4411112-
CMYK0.610.9000.56
HSL259.6º82.11%24.12%-
HSV(B)259.6º90.18%43.92%-
XYZ4.081.9415.49-
YUV32.38172.93136.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=26.35%
G=6.59%
B=67.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44111120.610.9000.56259.682.1124.12
Hex2CB703D5A0381045218
Octal54131607513207040412230
Binary1011001011111000011110110110100111000100000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,11,112); }

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

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

 a { background-color: rgb(44,11,112); }

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

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

 span { border-color: rgb(44,11,112); }

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