#2A158C

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

Shades of Persian Indigo #2A158C

Tints of Persian Indigo #2A158C

Color information

#2A158C (or 0x2A158C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 15 and 8C. RGB value is (42,21,140). Sum of RGB (Red+Green+Blue) = 42+21+140=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A158C is #D5EA73. Grayscale: #282828. Windows color (decimal): -14019188 or 9180458. OLE color: 9180458.

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

Color convert

RGB4221140-
CMYK0.70.8500.45
HSL250.59º73.91%31.57%-
HSV(B)250.59º85%54.9%-
XYZ5.962.9225.06-
YUV40.84183.96128.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=20.69%
G=10.34%
B=68.97%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42211400.70.8500.45250.5973.9131.57
Hex2A158C465502Dfb4a20
Octal522521410612505537311240
Binary1010101010110001100100011010101010101101111110111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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