#2C0873

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

Shades of Persian Indigo #2C0873

Tints of Persian Indigo #2C0873

Color information

#2C0873 (or 0x2C0873) is unknown color: approx Persian Indigo. HEX triplet: 2C, 08 and 73. RGB value is (44,8,115). Sum of RGB (Red+Green+Blue) = 44+8+115=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C0873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0873 is #D3F78C. Grayscale: #1E1E1E. Windows color (decimal): -13891469 or 7538732. OLE color: 7538732.

HSL color Cylindrical-coordinate representation of color #2C0873: hue angle of 260.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0873 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB448115-
CMYK0.620.9300.55
HSL260.19º86.99%24.12%-
HSV(B)260.19º93.04%45.1%-
XYZ4.221.9516.37-
YUV30.96175.43137.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 115 (45.31% from 255) = 68.86%
R=26.35%
G=4.79%
B=68.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4481150.620.9300.55260.1986.9924.12
Hex2C8733E5D0371045718
Octal54101637613506740412730
Binary1011001000111001111111010111010110111100000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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