#2A0E7D

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

Shades of Persian Indigo #2A0E7D

Tints of Persian Indigo #2A0E7D

Color information

#2A0E7D (or 0x2A0E7D) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0E and 7D. RGB value is (42,14,125). Sum of RGB (Red+Green+Blue) = 42+14+125=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A0E7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E7D is #D5F182. Grayscale: #222222. Windows color (decimal): -14020995 or 8195626. OLE color: 8195626.

HSL color Cylindrical-coordinate representation of color #2A0E7D: hue angle of 255.14º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0E7D is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4214125-
CMYK0.660.8900.51
HSL255.14º79.86%27.25%-
HSV(B)255.14º88.8%49.02%-
XYZ4.812.2919.59-
YUV35.03178.78132.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 125 (49.22% from 255) = 69.06%
R=23.20%
G=7.73%
B=69.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42141250.660.8900.51255.1479.8627.25
Hex2AE7D4259033ff501b
Octal521617510213106337712033
Binary1010101110111110110000101011001011001111111111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,125); }

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

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

 a { background-color: rgb(42,14,125); }

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

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

 span { border-color: rgb(42,14,125); }

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