Html Css Color HEX #4F0AAC Indigo

📋 copy color: '#4F0AAC'

red 79 ◦ green 10 ◦ blue 172

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

Shades of Indigo #4F0AAC

Tints of Indigo #4F0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.9%

R = 30.27%
G = 3.83%
B = 65.9%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F0AAC (or 0x4F0AAC) is known color: Indigo. HEX triplet: 4F, 0A and AC. RGB value is (79,10,172). Sum of RGB (Red+Green+Blue) = 79+10+172=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0AAC is #B0F553. Grayscale: #303030. Windows color (decimal): -11597140 or 11274831. OLE color: 11274831.

HSL color Cylindrical-coordinate representation of color #4F0AAC: hue angle of 265.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0AAC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 10 172 -
CMYK 0.54 0.94 0 0.33
HSL 265.56º 0.89% 0.36% -
HSV(B) 265.56º 0.94% 0.67% -
XYZ 10.78 4.86 39.4 -
YUV 49.1 197.36 149.33 -
System Red Green Blue C M Y K H S L
Decimal 79 10 172 0.54 0.94 0 0.33 265.56 0.89 0.36
Hex 4F A AC 36 5E 0 21 10A 59 24
Octal 117 12 254 66 136 0 41 412 131 44
Binary 1001111 1010 10101100 110110 1011110 0 100001 100001010 1011001 100100

Color Harmonies of #4F0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0AAC

Black with #4F0AAC

Text Example


Text Example

White with #4F0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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