Html Css Color HEX #5F107C Indigo

📋 copy color: '#5F107C'

red 95 ◦ green 16 ◦ blue 124

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

Shades of Indigo #5F107C

Tints of Indigo #5F107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 40.43%
G = 6.81%
B = 52.77%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F107C (or 0x5F107C) is known color: Indigo. HEX triplet: 5F, 10 and 7C. RGB value is (95,16,124). Sum of RGB (Red+Green+Blue) = 95+16+124=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F107C is #A0EF83. Grayscale: #333333. Windows color (decimal): -10547076 or 8130655. OLE color: 8130655.

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

Color convert

RGB 95 16 124 -
CMYK 0.23 0.87 0 0.51
HSL 283.89º 0.77% 0.27% -
HSV(B) 283.89º 0.87% 0.49% -
XYZ 8.54 4.26 19.44 -
YUV 51.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 95 16 124 0.23 0.87 0 0.51 283.89 0.77 0.27
Hex 5F 10 7C 17 57 0 33 11C 4D 1B
Octal 137 20 174 27 127 0 63 434 115 33
Binary 1011111 10000 1111100 10111 1010111 0 110011 100011100 1001101 11011

Color Harmonies of #5F107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F107C

Black with #5F107C

Text Example


Text Example

White with #5F107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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