#2A058B

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

Shades of Persian Indigo #2A058B

Tints of Persian Indigo #2A058B

Color information

#2A058B (or 0x2A058B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 8B. RGB value is (42,5,139). Sum of RGB (Red+Green+Blue) = 42+5+139=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A058B is #D5FA74. Grayscale: #1E1E1E. Windows color (decimal): -14023285 or 9110826. OLE color: 9110826.

HSL color Cylindrical-coordinate representation of color #2A058B: hue angle of 256.57º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A058B is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB425139-
CMYK0.700.9600.45
HSL256.57º93.06%28.24%-
HSV(B)256.57º96.4%54.51%-
XYZ5.672.4624.6-
YUV31.34188.76135.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 139 (54.69% from 255) = 74.73%
R=22.58%
G=2.69%
B=74.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4251390.700.9600.45256.5793.0628.24
Hex2A58B466002D1015d1c
Octal52521310614005540113534
Binary10101010110001011100011011000000101101100000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,5,139); }

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

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

 a { background-color: rgb(42,5,139); }

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

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

 span { border-color: rgb(42,5,139); }

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