Html Css Color HEX #4F019B Indigo

📋 copy color: '#4F019B'

red 79 ◦ green 1 ◦ blue 155

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

Shades of Indigo #4F019B

Tints of Indigo #4F019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 33.62%
G = 0.43%
B = 65.96%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F019B (or 0x4F019B) is known color: Indigo. HEX triplet: 4F, 01 and 9B. RGB value is (79,1,155). Sum of RGB (Red+Green+Blue) = 79+1+155=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F019B is #B0FE64. Grayscale: #292929. Windows color (decimal): -11599461 or 10158415. OLE color: 10158415.

HSL color Cylindrical-coordinate representation of color #4F019B: hue angle of 270.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F019B is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 1 155 -
CMYK 0.49 0.99 0 0.39
HSL 270.39º 0.99% 0.31% -
HSV(B) 270.39º 0.99% 0.61% -
XYZ 9.15 4.05 31.31 -
YUV 41.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 79 1 155 0.49 0.99 0 0.39 270.39 0.99 0.31
Hex 4F 1 9B 31 63 0 27 10E 63 1F
Octal 117 1 233 61 143 0 47 416 143 37
Binary 1001111 1 10011011 110001 1100011 0 100111 100001110 1100011 11111

Color Harmonies of #4F019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F019B

Black with #4F019B

Text Example


Text Example

White with #4F019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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