Html Css Color HEX #2A0077 Persian Indigo

📋 copy color: '#2A0077'

red 42 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #2A0077

Tints of Persian Indigo #2A0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 73.91%

R = 26.09%
G = 0%
B = 73.91%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A0077 (or 0x2A0077) is known color: Persian Indigo. HEX triplet: 2A, 00 and 77. RGB value is (42,0,119). Sum of RGB (Red+Green+Blue) = 42+0+119=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0077 is #D5FF88. Grayscale: #191919. Windows color (decimal): -14024585 or 7798826. OLE color: 7798826.

HSL color Cylindrical-coordinate representation of color #2A0077: hue angle of 261.18º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0077 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 0 119 -
CMYK 0.65 1 0 0.53
HSL 261.18º 1% 0.23% -
HSV(B) 261.18º 1% 0.47% -
XYZ 4.28 1.82 17.58 -
YUV 26.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 42 0 119 0.65 1 0 0.53 261.18 1 0.23
Hex 2A 0 77 41 64 0 35 105 64 17
Octal 52 0 167 101 144 0 65 405 144 27
Binary 101010 0 1110111 1000001 1100100 0 110101 100000101 1100100 10111

Color Harmonies of #2A0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0077

Black with #2A0077

Text Example


Text Example

White with #2A0077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,0,119); }

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

background-color css

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

 a { background-color: rgb(42,0,119); }

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

border-color css

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

 span { border-color: rgb(42,0,119); }

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