#2A0488

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

Shades of Persian Indigo #2A0488

Tints of Persian Indigo #2A0488

Color information

#2A0488 (or 0x2A0488) is unknown color: approx Persian Indigo. HEX triplet: 2A, 04 and 88. RGB value is (42,4,136). Sum of RGB (Red+Green+Blue) = 42+4+136=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 136 (53.52% from 255 or 74.73% from 182); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A0488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0488 is #D5FB77. Grayscale: #1D1D1D. Windows color (decimal): -14023544 or 8913962. OLE color: 8913962.

HSL color Cylindrical-coordinate representation of color #2A0488: hue angle of 257.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0488 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB424136-
CMYK0.690.9700.47
HSL257.27º94.29%27.45%-
HSV(B)257.27º97.06%53.33%-
XYZ5.442.3623.46-
YUV30.41187.59136.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 136 (53.52% from 255) = 74.73%
R=23.08%
G=2.20%
B=74.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4241360.690.9700.47257.2794.2927.45
Hex2A488456102F1015e1b
Octal52421010514105740113633
Binary10101010010001000100010111000010101111100000001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,4,136); }

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

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

 a { background-color: rgb(42,4,136); }

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

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

 span { border-color: rgb(42,4,136); }

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