Html Css Color HEX #5F197C Indigo

📋 copy color: '#5F197C'

red 95 ◦ green 25 ◦ blue 124

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

Shades of Indigo #5F197C

Tints of Indigo #5F197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

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

R = 38.93%
G = 10.25%
B = 50.82%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F197C (or 0x5F197C) is known color: Indigo. HEX triplet: 5F, 19 and 7C. RGB value is (95,25,124). Sum of RGB (Red+Green+Blue) = 95+25+124=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F197C is #A0E683. Grayscale: #383838. Windows color (decimal): -10544772 or 8132959. OLE color: 8132959.

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

Color convert

RGB 95 25 124 -
CMYK 0.23 0.80 0 0.51
HSL 282.42º 0.66% 0.29% -
HSV(B) 282.42º 0.8% 0.49% -
XYZ 8.71 4.58 19.49 -
YUV 57.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 95 25 124 0.23 0.80 0 0.51 282.42 0.66 0.29
Hex 5F 19 7C 17 50 0 33 11A 42 1D
Octal 137 31 174 27 120 0 63 432 102 35
Binary 1011111 11001 1111100 10111 1010000 0 110011 100011010 1000010 11101

Color Harmonies of #5F197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F197C

Black with #5F197C

Text Example


Text Example

White with #5F197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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