#2C0196

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

Shades of Persian Indigo #2C0196

Tints of Persian Indigo #2C0196

Color information

#2C0196 (or 0x2C0196) is unknown color: approx Persian Indigo. HEX triplet: 2C, 01 and 96. RGB value is (44,1,150). Sum of RGB (Red+Green+Blue) = 44+1+150=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C0196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0196 is #D3FE69. Grayscale: #1E1E1E. Windows color (decimal): -13893226 or 9830700. OLE color: 9830700.

HSL color Cylindrical-coordinate representation of color #2C0196: hue angle of 257.32º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0196 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB441150-
CMYK0.710.9900.41
HSL257.32º98.68%29.61%-
HSV(B)257.32º99.33%58.82%-
XYZ6.552.7629.04-
YUV30.84195.25137.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 150 (58.98% from 255) = 76.92%
R=22.56%
G=0.51%
B=76.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4411500.710.9900.41257.3298.6829.61
Hex2C1964763029101631e
Octal54122610714305140114336
Binary101100110010110100011111000110101001100000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,150); }

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

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

 a { background-color: rgb(44,1,150); }

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

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

 span { border-color: rgb(44,1,150); }

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