#2C0982

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

Shades of Persian Indigo #2C0982

Tints of Persian Indigo #2C0982

Color information

#2C0982 (or 0x2C0982) is unknown color: approx Persian Indigo. HEX triplet: 2C, 09 and 82. RGB value is (44,9,130). Sum of RGB (Red+Green+Blue) = 44+9+130=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C0982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0982 is #D3F67D. Grayscale: #202020. Windows color (decimal): -13891198 or 8522028. OLE color: 8522028.

HSL color Cylindrical-coordinate representation of color #2C0982: hue angle of 257.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0982 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB449130-
CMYK0.660.9300.49
HSL257.36º87.05%27.25%-
HSV(B)257.36º93.08%50.98%-
XYZ5.172.3421.3-
YUV33.26182.6135.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=24.04%
G=4.92%
B=71.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4491300.660.9300.49257.3687.0527.25
Hex2C982425D031101571b
Octal541120210213506140112733
Binary101100100110000010100001010111010110001100000001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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