#2A0984

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

Shades of Persian Indigo #2A0984

Tints of Persian Indigo #2A0984

Color information

#2A0984 (or 0x2A0984) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 84. RGB value is (42,9,132). Sum of RGB (Red+Green+Blue) = 42+9+132=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0984 is #D5F67B. Grayscale: #202020. Windows color (decimal): -14022268 or 8653098. OLE color: 8653098.

HSL color Cylindrical-coordinate representation of color #2A0984: hue angle of 256.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0984 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB429132-
CMYK0.680.9300.48
HSL256.1º87.23%27.65%-
HSV(B)256.1º93.18%51.76%-
XYZ5.222.3522.01-
YUV32.89183.93134.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 132 (51.95% from 255) = 72.13%
R=22.95%
G=4.92%
B=72.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4291320.680.9300.48256.187.2327.65
Hex2A984445D030100571c
Octal521120410413506040012734
Binary101010100110000100100010010111010110000100000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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