Html Css Color HEX #5F187F Indigo

📋 copy color: '#5F187F'

red 95 ◦ green 24 ◦ blue 127

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

Shades of Indigo #5F187F

Tints of Indigo #5F187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.63%

R = 38.62%
G = 9.76%
B = 51.63%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5F187F (or 0x5F187F) is known color: Indigo. HEX triplet: 5F, 18 and 7F. RGB value is (95,24,127). Sum of RGB (Red+Green+Blue) = 95+24+127=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F187F is #A0E780. Grayscale: #383838. Windows color (decimal): -10545025 or 8329311. OLE color: 8329311.

HSL color Cylindrical-coordinate representation of color #5F187F: hue angle of 281.36º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F187F is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 24 127 -
CMYK 0.25 0.81 0 0.50
HSL 281.36º 0.68% 0.3% -
HSV(B) 281.36º 0.81% 0.5% -
XYZ 8.88 4.62 20.5 -
YUV 56.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 95 24 127 0.25 0.81 0 0.50 281.36 0.68 0.3
Hex 5F 18 7F 19 51 0 32 119 44 1E
Octal 137 30 177 31 121 0 62 431 104 36
Binary 1011111 11000 1111111 11001 1010001 0 110010 100011001 1000100 11110

Color Harmonies of #5F187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F187F

Black with #5F187F

Text Example


Text Example

White with #5F187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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