#2A158A

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

Shades of Persian Indigo #2A158A

Tints of Persian Indigo #2A158A

Color information

#2A158A (or 0x2A158A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 15 and 8A. RGB value is (42,21,138). Sum of RGB (Red+Green+Blue) = 42+21+138=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A158A is #D5EA75. Grayscale: #282828. Windows color (decimal): -14019190 or 9049386. OLE color: 9049386.

HSL color Cylindrical-coordinate representation of color #2A158A: hue angle of 250.77º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A158A is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4221138-
CMYK0.700.8500.46
HSL250.77º73.58%31.18%-
HSV(B)250.77º84.78%54.12%-
XYZ5.812.8624.29-
YUV40.62182.96128.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=20.90%
G=10.45%
B=68.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42211380.700.8500.46250.7773.5831.18
Hex2A158A465502Efb4a1f
Octal522521210612505637311237
Binary101010101011000101010001101010101010111011111011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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