Html Css Color HEX #2A0F71 Persian Indigo

📋 copy color: '#2A0F71'

red 42 ◦ green 15 ◦ blue 113

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

Shades of Persian Indigo #2A0F71

Tints of Persian Indigo #2A0F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

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

R = 24.71%
G = 8.82%
B = 66.47%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A0F71 (or 0x2A0F71) is known color: Persian Indigo. HEX triplet: 2A, 0F and 71. RGB value is (42,15,113). Sum of RGB (Red+Green+Blue) = 42+15+113=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0F71 is #D5F08E. Grayscale: #212121. Windows color (decimal): -14020751 or 7409450. OLE color: 7409450.

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

Color convert

RGB 42 15 113 -
CMYK 0.63 0.87 0 0.56
HSL 256.53º 0.77% 0.25% -
HSV(B) 256.53º 0.87% 0.44% -
XYZ 4.11 2.03 15.8 -
YUV 34.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 42 15 113 0.63 0.87 0 0.56 256.53 0.77 0.25
Hex 2A F 71 3F 57 0 38 101 4D 19
Octal 52 17 161 77 127 0 70 401 115 31
Binary 101010 1111 1110001 111111 1010111 0 111000 100000001 1001101 11001

Color Harmonies of #2A0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0F71

Black with #2A0F71

Text Example


Text Example

White with #2A0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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