Html Css Color HEX #2A0E73 Persian Indigo

📋 copy color: '#2A0E73'

red 42 ◦ green 14 ◦ blue 115

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

Shades of Persian Indigo #2A0E73

Tints of Persian Indigo #2A0E73

RGB

 RED value IS 42 (16.8% 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 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

#2A0E73 (or 0x2A0E73) is known color: 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

RGB 42 14 115 -
CMYK 0.63 0.88 0 0.55
HSL 256.63º 0.78% 0.25% -
HSV(B) 256.63º 0.88% 0.45% -
XYZ 4.21 2.04 16.39 -
YUV 33.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 42 14 115 0.63 0.88 0 0.55 256.63 0.78 0.25
Hex 2A E 73 3F 58 0 37 101 4E 19
Octal 52 16 163 77 130 0 67 401 116 31
Binary 101010 1110 1110011 111111 1011000 0 110111 100000001 1001110 11001

Color Harmonies of #2A0E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0E73

Black with #2A0E73

Text Example


Text Example

White with #2A0E73

Text Example


Text Example

HTML Codes & Css Web 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>