#2A0E73

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

Shades of Persian Indigo #2A0E73

Tints of Persian Indigo #2A0E73

Color information

#2A0E73 (or 0x2A0E73) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0E and 73. RGB value is (42,14,115). Sum of RGB (Red+Green+Blue) = 42+14+115=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A0E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E73 is #D5F18C. Grayscale: #212121. Windows color (decimal): -14021005 or 7540266. OLE color: 7540266.

HSL color Cylindrical-coordinate representation of color #2A0E73: hue angle of 256.63º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A0E73 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4214115-
CMYK0.630.8800.55
HSL256.63º78.29%25.29%-
HSV(B)256.63º87.83%45.1%-
XYZ4.212.0416.39-
YUV33.89173.78133.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=24.56%
G=8.19%
B=67.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42141150.630.8800.55256.6378.2925.29
Hex2AE733F580371014e19
Octal52161637713006740111631
Binary1010101110111001111111110110000110111100000001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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