#2C0977

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

Shades of Persian Indigo #2C0977

Tints of Persian Indigo #2C0977

Color information

#2C0977 (or 0x2C0977) is unknown color: approx Persian Indigo. HEX triplet: 2C, 09 and 77. RGB value is (44,9,119). Sum of RGB (Red+Green+Blue) = 44+9+119=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0977 is #D3F688. Grayscale: #1F1F1F. Windows color (decimal): -13891209 or 7801132. OLE color: 7801132.

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

Color convert

RGB449119-
CMYK0.630.9200.53
HSL259.09º85.94%25.1%-
HSV(B)259.09º92.44%46.67%-
XYZ4.472.0617.62-
YUV32.01177.1136.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 119 (46.88% from 255) = 69.19%
R=25.58%
G=5.23%
B=69.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4491190.630.9200.53259.0985.9425.1
Hex2C9773F5C0351035619
Octal54111677713406540312631
Binary1011001001111011111111110111000110101100000011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,9,119); }

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

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

 a { background-color: rgb(44,9,119); }

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

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

 span { border-color: rgb(44,9,119); }

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