Html Css Color HEX #4F018F Indigo

📋 copy color: '#4F018F'

red 79 ◦ green 1 ◦ blue 143

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

Shades of Indigo #4F018F

Tints of Indigo #4F018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.13%

R = 35.43%
G = 0.45%
B = 64.13%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F018F (or 0x4F018F) is known color: Indigo. HEX triplet: 4F, 01 and 8F. RGB value is (79,1,143). Sum of RGB (Red+Green+Blue) = 79+1+143=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F018F is #B0FE70. Grayscale: #282828. Windows color (decimal): -11599473 or 9371983. OLE color: 9371983.

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

Color convert

RGB 79 1 143 -
CMYK 0.45 0.99 0 0.44
HSL 272.96º 0.99% 0.28% -
HSV(B) 272.96º 0.99% 0.56% -
XYZ 8.19 3.67 26.26 -
YUV 40.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 79 1 143 0.45 0.99 0 0.44 272.96 0.99 0.28
Hex 4F 1 8F 2D 63 0 2C 111 63 1C
Octal 117 1 217 55 143 0 54 421 143 34
Binary 1001111 1 10001111 101101 1100011 0 101100 100010001 1100011 11100

Color Harmonies of #4F018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F018F

Black with #4F018F

Text Example


Text Example

White with #4F018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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