#2A0993

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

Shades of Persian Indigo #2A0993

Tints of Persian Indigo #2A0993

Color information

#2A0993 (or 0x2A0993) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 93. RGB value is (42,9,147). Sum of RGB (Red+Green+Blue) = 42+9+147=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A0993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0993 is #D5F66C. Grayscale: #222222. Windows color (decimal): -14022253 or 9636138. OLE color: 9636138.

HSL color Cylindrical-coordinate representation of color #2A0993: hue angle of 254.35º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0993 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB429147-
CMYK0.710.9400.42
HSL254.35º88.46%30.59%-
HSV(B)254.35º93.88%57.65%-
XYZ6.322.7927.81-
YUV34.6191.43133.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=21.21%
G=4.55%
B=74.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4291470.710.9400.42254.3588.4630.59
Hex2A993475E02Afe581f
Octal521122310713605237613037
Binary10101010011001001110001111011110010101011111110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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