Html Css Color HEX #5F117D Indigo

📋 copy color: '#5F117D'

red 95 ◦ green 17 ◦ blue 125

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

Shades of Indigo #5F117D

Tints of Indigo #5F117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 40.08%
G = 7.17%
B = 52.74%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F117D (or 0x5F117D) is known color: Indigo. HEX triplet: 5F, 11 and 7D. RGB value is (95,17,125). Sum of RGB (Red+Green+Blue) = 95+17+125=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F117D is #A0EE82. Grayscale: #343434. Windows color (decimal): -10546819 or 8196447. OLE color: 8196447.

HSL color Cylindrical-coordinate representation of color #5F117D: hue angle of 283.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F117D is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 17 125 -
CMYK 0.24 0.86 0 0.51
HSL 283.33º 0.76% 0.28% -
HSV(B) 283.33º 0.86% 0.49% -
XYZ 8.62 4.31 19.78 -
YUV 52.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 95 17 125 0.24 0.86 0 0.51 283.33 0.76 0.28
Hex 5F 11 7D 18 56 0 33 11B 4C 1C
Octal 137 21 175 30 126 0 63 433 114 34
Binary 1011111 10001 1111101 11000 1010110 0 110011 100011011 1001100 11100

Color Harmonies of #5F117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F117D

Black with #5F117D

Text Example


Text Example

White with #5F117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,17,125); }

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

background-color css

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

 a { background-color: rgb(95,17,125); }

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

border-color css

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

 span { border-color: rgb(95,17,125); }

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