#2C006C

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

Shades of Persian Indigo #2C006C

Tints of Persian Indigo #2C006C

Color information

#2C006C (or 0x2C006C) is unknown color: approx Persian Indigo. HEX triplet: 2C, 00 and 6C. RGB value is (44,0,108). Sum of RGB (Red+Green+Blue) = 44+0+108=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C006C is #D3FF93. Grayscale: #191919. Windows color (decimal): -13893524 or 7077932. OLE color: 7077932.

HSL color Cylindrical-coordinate representation of color #2C006C: hue angle of 264.44º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C006C is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB440108-
CMYK0.59100.58
HSL264.44º100%21.18%-
HSV(B)264.44º100%42.35%-
XYZ3.751.6214.3-
YUV25.47174.58141.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=28.95%
G=0%
B=71.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4401080.59100.58264.4410021.18
Hex2C06C3B6403A1086415
Octal5401547314407241014425
Binary1011000110110011101111001000111010100001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,108); }

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

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

 a { background-color: rgb(44,0,108); }

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

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

 span { border-color: rgb(44,0,108); }

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