Html Css Color HEX #2A1A77 Persian Indigo

📋 copy color: '#2A1A77'

red 42 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #2A1A77

Tints of Persian Indigo #2A1A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

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

R = 22.46%
G = 13.9%
B = 63.64%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A1A77 (or 0x2A1A77) is known color: Persian Indigo. HEX triplet: 2A, 1A and 77. RGB value is (42,26,119). Sum of RGB (Red+Green+Blue) = 42+26+119=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A1A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1A77 is #D5E588. Grayscale: #292929. Windows color (decimal): -14017929 or 7805482. OLE color: 7805482.

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

Color convert

RGB 42 26 119 -
CMYK 0.65 0.78 0 0.53
HSL 250.32º 0.64% 0.28% -
HSV(B) 250.32º 0.78% 0.47% -
XYZ 4.65 2.56 17.7 -
YUV 41.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 42 26 119 0.65 0.78 0 0.53 250.32 0.64 0.28
Hex 2A 1A 77 41 4E 0 35 FA 40 1C
Octal 52 32 167 101 116 0 65 372 100 34
Binary 101010 11010 1110111 1000001 1001110 0 110101 11111010 1000000 11100

Color Harmonies of #2A1A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1A77

Black with #2A1A77

Text Example


Text Example

White with #2A1A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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