Html Css Color HEX #5F187C Indigo

📋 copy color: '#5F187C'

red 95 ◦ green 24 ◦ blue 124

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

Shades of Indigo #5F187C

Tints of Indigo #5F187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 39.09%
G = 9.88%
B = 51.03%

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

#5F187C (or 0x5F187C) is known color: Indigo. HEX triplet: 5F, 18 and 7C. RGB value is (95,24,124). Sum of RGB (Red+Green+Blue) = 95+24+124=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F187C is #A0E783. Grayscale: #383838. Windows color (decimal): -10545028 or 8132703. OLE color: 8132703.

HSL color Cylindrical-coordinate representation of color #5F187C: hue angle of 282.6º degrees, saturation: 0.68, 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 #5F187C is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 24 124 -
CMYK 0.23 0.81 0 0.51
HSL 282.6º 0.68% 0.29% -
HSV(B) 282.6º 0.81% 0.49% -
XYZ 8.68 4.54 19.49 -
YUV 56.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 95 24 124 0.23 0.81 0 0.51 282.6 0.68 0.29
Hex 5F 18 7C 17 51 0 33 11B 44 1D
Octal 137 30 174 27 121 0 63 433 104 35
Binary 1011111 11000 1111100 10111 1010001 0 110011 100011011 1000100 11101

Color Harmonies of #5F187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F187C

Black with #5F187C

Text Example


Text Example

White with #5F187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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