Html Css Color HEX #2A0B77 Persian Indigo

📋 copy color: '#2A0B77'

red 42 ◦ green 11 ◦ blue 119

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

Shades of Persian Indigo #2A0B77

Tints of Persian Indigo #2A0B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.4%

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

R = 24.42%
G = 6.4%
B = 69.19%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A0B77 (or 0x2A0B77) is known color: Persian Indigo. HEX triplet: 2A, 0B and 77. RGB value is (42,11,119). Sum of RGB (Red+Green+Blue) = 42+11+119=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A0B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0B77 is #D5F488. Grayscale: #202020. Windows color (decimal): -14021769 or 7801642. OLE color: 7801642.

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

Color convert

RGB 42 11 119 -
CMYK 0.65 0.91 0 0.53
HSL 257.22º 0.83% 0.25% -
HSV(B) 257.22º 0.91% 0.47% -
XYZ 4.4 2.06 17.62 -
YUV 32.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 42 11 119 0.65 0.91 0 0.53 257.22 0.83 0.25
Hex 2A B 77 41 5B 0 35 101 53 19
Octal 52 13 167 101 133 0 65 401 123 31
Binary 101010 1011 1110111 1000001 1011011 0 110101 100000001 1010011 11001

Color Harmonies of #2A0B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0B77

Black with #2A0B77

Text Example


Text Example

White with #2A0B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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