#2C0D73

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

Shades of Persian Indigo #2C0D73

Tints of Persian Indigo #2C0D73

Color information

#2C0D73 (or 0x2C0D73) is unknown color: approx Persian Indigo. HEX triplet: 2C, 0D and 73. RGB value is (44,13,115). Sum of RGB (Red+Green+Blue) = 44+13+115=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0D73 is #D3F28C. Grayscale: #212121. Windows color (decimal): -13890189 or 7540012. OLE color: 7540012.

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

Color convert

RGB4413115-
CMYK0.620.8900.55
HSL258.24º79.69%25.1%-
HSV(B)258.24º88.7%45.1%-
XYZ4.282.0616.39-
YUV33.9173.77135.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=25.58%
G=7.56%
B=66.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44131150.620.8900.55258.2479.6925.1
Hex2CD733E590371025019
Octal54151637613106740212031
Binary1011001101111001111111010110010110111100000010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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