Html Css Color HEX #2A0071 Persian Indigo

📋 copy color: '#2A0071'

red 42 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #2A0071

Tints of Persian Indigo #2A0071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 72.9%

R = 27.1%
G = 0%
B = 72.9%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A0071 (or 0x2A0071) is known color: Persian Indigo. HEX triplet: 2A, 00 and 71. RGB value is (42,0,113). Sum of RGB (Red+Green+Blue) = 42+0+113=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0071 is #D5FF8E. Grayscale: #191919. Windows color (decimal): -14024591 or 7405610. OLE color: 7405610.

HSL color Cylindrical-coordinate representation of color #2A0071: hue angle of 262.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0071 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 0 113 -
CMYK 0.63 1 0 0.56
HSL 262.3º 1% 0.22% -
HSV(B) 262.3º 1% 0.44% -
XYZ 3.94 1.68 15.74 -
YUV 25.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 42 0 113 0.63 1 0 0.56 262.3 1 0.22
Hex 2A 0 71 3F 64 0 38 106 64 16
Octal 52 0 161 77 144 0 70 406 144 26
Binary 101010 0 1110001 111111 1100100 0 111000 100000110 1100100 10110

Color Harmonies of #2A0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0071

Black with #2A0071

Text Example


Text Example

White with #2A0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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