Html Css Color HEX #2A0E80 Persian Indigo

📋 copy color: '#2A0E80'

red 42 ◦ green 14 ◦ blue 128

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

Shades of Persian Indigo #2A0E80

Tints of Persian Indigo #2A0E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 69.57%

R = 22.83%
G = 7.61%
B = 69.57%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2A0E80 (or 0x2A0E80) is known color: Persian Indigo. HEX triplet: 2A, 0E and 80. RGB value is (42,14,128). Sum of RGB (Red+Green+Blue) = 42+14+128=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A0E80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0E80 is #D5F17F. Grayscale: #222222. Windows color (decimal): -14020992 or 8392234. OLE color: 8392234.

HSL color Cylindrical-coordinate representation of color #2A0E80: hue angle of 254.74º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0E80 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 42 14 128 -
CMYK 0.67 0.89 0 0.50
HSL 254.74º 0.8% 0.28% -
HSV(B) 254.74º 0.89% 0.5% -
XYZ 5.01 2.36 20.61 -
YUV 35.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 42 14 128 0.67 0.89 0 0.50 254.74 0.8 0.28
Hex 2A E 80 43 59 0 32 FF 50 1C
Octal 52 16 200 103 131 0 62 377 120 34
Binary 101010 1110 10000000 1000011 1011001 0 110010 11111111 1010000 11100

Color Harmonies of #2A0E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0E80

Black with #2A0E80

Text Example


Text Example

White with #2A0E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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