Html Css Color HEX #4F0BAB Indigo

📋 copy color: '#4F0BAB'

red 79 ◦ green 11 ◦ blue 171

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

Shades of Indigo #4F0BAB

Tints of Indigo #4F0BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 30.27%
G = 4.21%
B = 65.52%

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

#4F0BAB (or 0x4F0BAB) is known color: Indigo. HEX triplet: 4F, 0B and AB. RGB value is (79,11,171). Sum of RGB (Red+Green+Blue) = 79+11+171=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0BAB is #B0F454. Grayscale: #313131. Windows color (decimal): -11596885 or 11209551. OLE color: 11209551.

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

Color convert

RGB 79 11 171 -
CMYK 0.54 0.94 0 0.33
HSL 265.5º 0.88% 0.36% -
HSV(B) 265.5º 0.94% 0.67% -
XYZ 10.69 4.84 38.9 -
YUV 49.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 79 11 171 0.54 0.94 0 0.33 265.5 0.88 0.36
Hex 4F B AB 36 5E 0 21 10A 58 24
Octal 117 13 253 66 136 0 41 412 130 44
Binary 1001111 1011 10101011 110110 1011110 0 100001 100001010 1011000 100100

Color Harmonies of #4F0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0BAB

Black with #4F0BAB

Text Example


Text Example

White with #4F0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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