#2A198C

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

Shades of Persian Indigo #2A198C

Tints of Persian Indigo #2A198C

Color information

#2A198C (or 0x2A198C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 19 and 8C. RGB value is (42,25,140). Sum of RGB (Red+Green+Blue) = 42+25+140=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A198C is #D5E673. Grayscale: #2A2A2A. Windows color (decimal): -14018164 or 9181482. OLE color: 9181482.

HSL color Cylindrical-coordinate representation of color #2A198C: hue angle of 248.87º 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 #2A198C is Cyan = 0.7, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4225140-
CMYK0.70.8200.45
HSL248.87º69.7%32.35%-
HSV(B)248.87º82.14%54.9%-
XYZ6.043.0825.09-
YUV43.19182.63127.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 140 (55.08% from 255) = 67.63%
R=20.29%
G=12.08%
B=67.63%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42251400.70.8200.45248.8769.732.35
Hex2A198C465202Df94620
Octal523121410612205537110640
Binary1010101100110001100100011010100100101101111110011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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