Html Css Color HEX #2A0E72 Persian Indigo

📋 copy color: '#2A0E72'

red 42 ◦ green 14 ◦ blue 114

#2A0E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2A0E72

Tints of Persian Indigo #2A0E72

RGB

 RED value IS 42 (16.8% from 255) = 24.71%

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 114 (44.92% from 255) = 67.06%

R = 24.71%
G = 8.24%
B = 67.06%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2A0E72 (or 0x2A0E72) is known color: Persian Indigo. HEX triplet: 2A, 0E and 72. RGB value is (42,14,114). Sum of RGB (Red+Green+Blue) = 42+14+114=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A0E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E72 is #D5F18D. Grayscale: #212121. Windows color (decimal): -14021006 or 7474730. OLE color: 7474730.

HSL color Cylindrical-coordinate representation of color #2A0E72: hue angle of 256.8º 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 #2A0E72 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 14 114 -
CMYK 0.63 0.88 0 0.55
HSL 256.8º 0.78% 0.25% -
HSV(B) 256.8º 0.88% 0.45% -
XYZ 4.15 2.02 16.09 -
YUV 33.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 42 14 114 0.63 0.88 0 0.55 256.8 0.78 0.25
Hex 2A E 72 3F 58 0 37 101 4E 19
Octal 52 16 162 77 130 0 67 401 116 31
Binary 101010 1110 1110010 111111 1011000 0 110111 100000001 1001110 11001

Color Harmonies of #2A0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0E72

Black with #2A0E72

Text Example


Text Example

White with #2A0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A0E72;
 }
 .AnyTagClassName
 {
   color: #2A0E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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