Html Css Color HEX #5F0476 Indigo

📋 copy color: '#5F0476'

red 95 ◦ green 4 ◦ blue 118

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

Shades of Indigo #5F0476

Tints of Indigo #5F0476

RGB

 RED value IS 95 (37.5% from 255) = 43.78%

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 43.78%
G = 1.84%
B = 54.38%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F0476 (or 0x5F0476) is known color: Indigo. HEX triplet: 5F, 04 and 76. RGB value is (95,4,118). Sum of RGB (Red+Green+Blue) = 95+4+118=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0476 is #A0FB89. Grayscale: #2B2B2B. Windows color (decimal): -10550154 or 7734367. OLE color: 7734367.

HSL color Cylindrical-coordinate representation of color #5F0476: hue angle of 287.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0476 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 4 118 -
CMYK 0.19 0.97 0 0.54
HSL 287.89º 0.93% 0.24% -
HSV(B) 287.89º 0.97% 0.46% -
XYZ 8.03 3.83 17.46 -
YUV 44.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 95 4 118 0.19 0.97 0 0.54 287.89 0.93 0.24
Hex 5F 4 76 13 61 0 36 120 5D 18
Octal 137 4 166 23 141 0 66 440 135 30
Binary 1011111 100 1110110 10011 1100001 0 110110 100100000 1011101 11000

Color Harmonies of #5F0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0476

Black with #5F0476

Text Example


Text Example

White with #5F0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F0476; }

 p { color: rgb(95,4,118); }

 H1.HeaderClassName
 {
   color: #5F0476;
 }
 .AnyTagClassName
 {
   color: #5F0476;
 }
</style>

background-color css

<style>
 a { background-color: #5F0476; }

 a { background-color: rgb(95,4,118); }

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

border-color css

<style>
 span { border-color: #5F0476; }

 span { border-color: rgb(95,4,118); }

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