#2C0173

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

Shades of Persian Indigo #2C0173

Tints of Persian Indigo #2C0173

Color information

#2C0173 (or 0x2C0173) is unknown color: approx Persian Indigo. HEX triplet: 2C, 01 and 73. RGB value is (44,1,115). Sum of RGB (Red+Green+Blue) = 44+1+115=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0173 is #D3FE8C. Grayscale: #1A1A1A. Windows color (decimal): -13893261 or 7536940. OLE color: 7536940.

HSL color Cylindrical-coordinate representation of color #2C0173: hue angle of 262.63º 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 #2C0173 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB441115-
CMYK0.620.9900.55
HSL262.63º98.28%22.75%-
HSV(B)262.63º99.13%45.1%-
XYZ4.141.7916.35-
YUV26.85177.75140.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.5%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=27.5%
G=0.62%
B=71.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4411150.620.9900.55262.6398.2822.75
Hex2C1733E630371076217
Octal5411637614306740714227
Binary1011001111001111111011000110110111100000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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