Html Css Color HEX #4F0BAC Indigo

📋 copy color: '#4F0BAC'

red 79 ◦ green 11 ◦ blue 172

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

Shades of Indigo #4F0BAC

Tints of Indigo #4F0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

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

R = 30.15%
G = 4.2%
B = 65.65%

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

#4F0BAC (or 0x4F0BAC) is known color: Indigo. HEX triplet: 4F, 0B and AC. RGB value is (79,11,172). Sum of RGB (Red+Green+Blue) = 79+11+172=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0BAC is #B0F453. Grayscale: #313131. Windows color (decimal): -11596884 or 11275087. OLE color: 11275087.

HSL color Cylindrical-coordinate representation of color #4F0BAC: hue angle of 265.34º degrees, saturation: 0.88, 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 #4F0BAC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 11 172 -
CMYK 0.54 0.94 0 0.33
HSL 265.34º 0.88% 0.36% -
HSV(B) 265.34º 0.94% 0.67% -
XYZ 10.79 4.88 39.4 -
YUV 49.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 79 11 172 0.54 0.94 0 0.33 265.34 0.88 0.36
Hex 4F B AC 36 5E 0 21 109 58 24
Octal 117 13 254 66 136 0 41 411 130 44
Binary 1001111 1011 10101100 110110 1011110 0 100001 100001001 1011000 100100

Color Harmonies of #4F0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0BAC

Black with #4F0BAC

Text Example


Text Example

White with #4F0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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