#2C0092

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

Shades of Persian Indigo #2C0092

Tints of Persian Indigo #2C0092

Color information

#2C0092 (or 0x2C0092) is unknown color: approx Persian Indigo. HEX triplet: 2C, 00 and 92. RGB value is (44,0,146). Sum of RGB (Red+Green+Blue) = 44+0+146=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0092 is #D3FF6D. Grayscale: #1D1D1D. Windows color (decimal): -13893486 or 9568300. OLE color: 9568300.

HSL color Cylindrical-coordinate representation of color #2C0092: hue angle of 258.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0092 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB440146-
CMYK0.70100.43
HSL258.08º100%28.63%-
HSV(B)258.08º100%57.25%-
XYZ6.232.6127.37-
YUV29.8193.58138.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 76.84%
R=23.16%
G=0%
B=76.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4401460.70100.43258.0810028.63
Hex2C092466402B102641d
Octal54022210614405340214435
Binary101100010010010100011011001000101011100000010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,146); }

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

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

 a { background-color: rgb(44,0,146); }

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

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

 span { border-color: rgb(44,0,146); }

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