Html Css Color HEX #2A1A76 Persian Indigo

📋 copy color: '#2A1A76'

red 42 ◦ green 26 ◦ blue 118

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

Shades of Persian Indigo #2A1A76

Tints of Persian Indigo #2A1A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 22.58%
G = 13.98%
B = 63.44%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2A1A76 (or 0x2A1A76) is known color: Persian Indigo. HEX triplet: 2A, 1A and 76. RGB value is (42,26,118). Sum of RGB (Red+Green+Blue) = 42+26+118=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1A76 is #D5E589. Grayscale: #282828. Windows color (decimal): -14017930 or 7739946. OLE color: 7739946.

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

Color convert

RGB 42 26 118 -
CMYK 0.64 0.78 0 0.54
HSL 250.43º 0.64% 0.28% -
HSV(B) 250.43º 0.78% 0.46% -
XYZ 4.59 2.54 17.39 -
YUV 41.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 42 26 118 0.64 0.78 0 0.54 250.43 0.64 0.28
Hex 2A 1A 76 40 4E 0 36 FA 40 1C
Octal 52 32 166 100 116 0 66 372 100 34
Binary 101010 11010 1110110 1000000 1001110 0 110110 11111010 1000000 11100

Color Harmonies of #2A1A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1A76

Black with #2A1A76

Text Example


Text Example

White with #2A1A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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