#2C198C

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

Shades of Persian Indigo #2C198C

Tints of Persian Indigo #2C198C

Color information

#2C198C (or 0x2C198C) is unknown color: approx Persian Indigo. HEX triplet: 2C, 19 and 8C. RGB value is (44,25,140). Sum of RGB (Red+Green+Blue) = 44+25+140=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C198C is #D3E673. Grayscale: #2B2B2B. Windows color (decimal): -13887092 or 9181484. OLE color: 9181484.

HSL color Cylindrical-coordinate representation of color #2C198C: hue angle of 249.91º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C198C is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4425140-
CMYK0.690.8200.45
HSL249.91º69.7%32.35%-
HSV(B)249.91º82.14%54.9%-
XYZ6.123.1225.09-
YUV43.79182.29128.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.05%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 140 (55.08% from 255) = 66.99%
R=21.05%
G=11.96%
B=66.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44251400.690.8200.45249.9169.732.35
Hex2C198C455202Dfa4620
Octal543121410512205537210640
Binary1011001100110001100100010110100100101101111110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,25,140); }

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

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

 a { background-color: rgb(44,25,140); }

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

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

 span { border-color: rgb(44,25,140); }

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