#2C0688

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

Shades of Persian Indigo #2C0688

Tints of Persian Indigo #2C0688

Color information

#2C0688 (or 0x2C0688) is unknown color: approx Persian Indigo. HEX triplet: 2C, 06 and 88. RGB value is (44,6,136). Sum of RGB (Red+Green+Blue) = 44+6+136=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C0688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0688 is #D3F977. Grayscale: #1F1F1F. Windows color (decimal): -13891960 or 8914476. OLE color: 8914476.

HSL color Cylindrical-coordinate representation of color #2C0688: hue angle of 257.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0688 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB446136-
CMYK0.680.9600.47
HSL257.54º91.55%27.84%-
HSV(B)257.54º95.59%53.33%-
XYZ5.552.4423.47-
YUV32.18186.59136.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.66%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 136 (53.52% from 255) = 73.12%
R=23.66%
G=3.23%
B=73.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4461360.680.9600.47257.5491.5527.84
Hex2C688446002F1025c1c
Octal54621010414005740213434
Binary10110011010001000100010011000000101111100000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,6,136); }

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

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

 a { background-color: rgb(44,6,136); }

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

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

 span { border-color: rgb(44,6,136); }

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