#2A0988

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

Shades of Persian Indigo #2A0988

Tints of Persian Indigo #2A0988

Color information

#2A0988 (or 0x2A0988) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 88. RGB value is (42,9,136). Sum of RGB (Red+Green+Blue) = 42+9+136=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A0988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0988 is #D5F677. Grayscale: #202020. Windows color (decimal): -14022264 or 8915242. OLE color: 8915242.

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

Color convert

RGB429136-
CMYK0.690.9300.47
HSL255.59º87.59%28.43%-
HSV(B)255.59º93.38%53.33%-
XYZ5.52.4723.48-
YUV33.34185.93134.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 136 (53.52% from 255) = 72.73%
R=22.46%
G=4.81%
B=72.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4291360.690.9300.47255.5987.5928.43
Hex2A988455D02F100581c
Octal521121010513505740013034
Binary101010100110001000100010110111010101111100000000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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