Html Css Color HEX #5F0575 Indigo

📋 copy color: '#5F0575'

red 95 ◦ green 5 ◦ blue 117

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

Shades of Indigo #5F0575

Tints of Indigo #5F0575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 43.78%
G = 2.3%
B = 53.92%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F0575 (or 0x5F0575) is known color: Indigo. HEX triplet: 5F, 05 and 75. RGB value is (95,5,117). Sum of RGB (Red+Green+Blue) = 95+5+117=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F0575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0575 is #A0FA8A. Grayscale: #2C2C2C. Windows color (decimal): -10549899 or 7669087. OLE color: 7669087.

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

Color convert

RGB 95 5 117 -
CMYK 0.19 0.96 0 0.54
HSL 288.21º 0.92% 0.24% -
HSV(B) 288.21º 0.96% 0.46% -
XYZ 7.98 3.83 17.15 -
YUV 44.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 95 5 117 0.19 0.96 0 0.54 288.21 0.92 0.24
Hex 5F 5 75 13 60 0 36 120 5C 18
Octal 137 5 165 23 140 0 66 440 134 30
Binary 1011111 101 1110101 10011 1100000 0 110110 100100000 1011100 11000

Color Harmonies of #5F0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0575

Black with #5F0575

Text Example


Text Example

White with #5F0575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,5,117); }

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

background-color css

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

 a { background-color: rgb(95,5,117); }

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

border-color css

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

 span { border-color: rgb(95,5,117); }

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