#2C0172

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

Shades of Persian Indigo #2C0172

Tints of Persian Indigo #2C0172

Color information

#2C0172 (or 0x2C0172) is unknown color: approx Persian Indigo. HEX triplet: 2C, 01 and 72. RGB value is (44,1,114). Sum of RGB (Red+Green+Blue) = 44+1+114=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0172 is #D3FE8D. Grayscale: #1A1A1A. Windows color (decimal): -13893262 or 7471404. OLE color: 7471404.

HSL color Cylindrical-coordinate representation of color #2C0172: hue angle of 262.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0172 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB441114-
CMYK0.610.9900.55
HSL262.83º98.26%22.55%-
HSV(B)262.83º99.12%44.71%-
XYZ4.091.7716.05-
YUV26.74177.25140.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=27.67%
G=0.63%
B=71.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4411140.610.9900.55262.8398.2622.55
Hex2C1723D630371076217
Octal5411627514306740714227
Binary1011001111001011110111000110110111100000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,114); }

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

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

 a { background-color: rgb(44,1,114); }

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

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

 span { border-color: rgb(44,1,114); }

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