Html Css Color HEX #5F177C Indigo

📋 copy color: '#5F177C'

red 95 ◦ green 23 ◦ blue 124

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

Shades of Indigo #5F177C

Tints of Indigo #5F177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 39.26%
G = 9.5%
B = 51.24%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F177C (or 0x5F177C) is known color: Indigo. HEX triplet: 5F, 17 and 7C. RGB value is (95,23,124). Sum of RGB (Red+Green+Blue) = 95+23+124=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F177C is #A0E883. Grayscale: #373737. Windows color (decimal): -10545284 or 8132447. OLE color: 8132447.

HSL color Cylindrical-coordinate representation of color #5F177C: hue angle of 282.77º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F177C is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 23 124 -
CMYK 0.23 0.81 0 0.51
HSL 282.77º 0.69% 0.29% -
HSV(B) 282.77º 0.81% 0.49% -
XYZ 8.66 4.5 19.48 -
YUV 56.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 95 23 124 0.23 0.81 0 0.51 282.77 0.69 0.29
Hex 5F 17 7C 17 51 0 33 11B 45 1D
Octal 137 27 174 27 121 0 63 433 105 35
Binary 1011111 10111 1111100 10111 1010001 0 110011 100011011 1000101 11101

Color Harmonies of #5F177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F177C

Black with #5F177C

Text Example


Text Example

White with #5F177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,23,124); }

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

background-color css

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

 a { background-color: rgb(95,23,124); }

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

border-color css

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

 span { border-color: rgb(95,23,124); }

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