Html Css Color HEX #4F016F Indigo

📋 copy color: '#4F016F'

red 79 ◦ green 1 ◦ blue 111

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

Shades of Indigo #4F016F

Tints of Indigo #4F016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 41.36%
G = 0.52%
B = 58.12%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F016F (or 0x4F016F) is known color: Indigo. HEX triplet: 4F, 01 and 6F. RGB value is (79,1,111). Sum of RGB (Red+Green+Blue) = 79+1+111=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F016F is #B0FE90. Grayscale: #242424. Windows color (decimal): -11599505 or 7274831. OLE color: 7274831.

HSL color Cylindrical-coordinate representation of color #4F016F: hue angle of 282.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F016F is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 1 111 -
CMYK 0.29 0.99 0 0.56
HSL 282.55º 0.98% 0.22% -
HSV(B) 282.55º 0.99% 0.44% -
XYZ 6.1 2.83 15.26 -
YUV 36.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 79 1 111 0.29 0.99 0 0.56 282.55 0.98 0.22
Hex 4F 1 6F 1D 63 0 38 11B 62 16
Octal 117 1 157 35 143 0 70 433 142 26
Binary 1001111 1 1101111 11101 1100011 0 111000 100011011 1100010 10110

Color Harmonies of #4F016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F016F

Black with #4F016F

Text Example


Text Example

White with #4F016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,111); }

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

background-color css

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

 a { background-color: rgb(79,1,111); }

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

border-color css

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

 span { border-color: rgb(79,1,111); }

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