Html Css Color HEX #4F0AA1 Indigo

📋 copy color: '#4F0AA1'

red 79 ◦ green 10 ◦ blue 161

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

Shades of Indigo #4F0AA1

Tints of Indigo #4F0AA1

RGB

 RED value IS 79 (31.25% from 255) = 31.6%

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 161 (63.28% from 255) = 64.4%

R = 31.6%
G = 4%
B = 64.4%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4F0AA1 (or 0x4F0AA1) is known color: Indigo. HEX triplet: 4F, 0A and A1. RGB value is (79,10,161). Sum of RGB (Red+Green+Blue) = 79+10+161=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 161 (63.28% from 255 or 64.4% from 250); Max value from RGB is 161 - color contains mainly: blue. Hex color #4F0AA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0AA1 is #B0F55E. Grayscale: #2F2F2F. Windows color (decimal): -11597151 or 10553935. OLE color: 10553935.

HSL color Cylindrical-coordinate representation of color #4F0AA1: hue angle of 267.42º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0AA1 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 10 161 -
CMYK 0.51 0.94 0 0.37
HSL 267.42º 0.88% 0.34% -
HSV(B) 267.42º 0.94% 0.63% -
XYZ 9.77 4.45 34.06 -
YUV 47.85 191.86 150.22 -
System Red Green Blue C M Y K H S L
Decimal 79 10 161 0.51 0.94 0 0.37 267.42 0.88 0.34
Hex 4F A A1 33 5E 0 25 10B 58 22
Octal 117 12 241 63 136 0 45 413 130 42
Binary 1001111 1010 10100001 110011 1011110 0 100101 100001011 1011000 100010

Color Harmonies of #4F0AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0AA1

Black with #4F0AA1

Text Example


Text Example

White with #4F0AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F0AA1; }

 p { color: rgb(79,10,161); }

 H1.HeaderClassName
 {
   color: #4F0AA1;
 }
 .AnyTagClassName
 {
   color: #4F0AA1;
 }
</style>

background-color css

<style>
 a { background-color: #4F0AA1; }

 a { background-color: rgb(79,10,161); }

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

border-color css

<style>
 span { border-color: #4F0AA1; }

 span { border-color: rgb(79,10,161); }

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