Html Css Color HEX #5F109F Indigo

📋 copy color: '#5F109F'

red 95 ◦ green 16 ◦ blue 159

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

Shades of Indigo #5F109F

Tints of Indigo #5F109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 35.19%
G = 5.93%
B = 58.89%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F109F (or 0x5F109F) is known color: Indigo. HEX triplet: 5F, 10 and 9F. RGB value is (95,16,159). Sum of RGB (Red+Green+Blue) = 95+16+159=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F109F is #A0EF60. Grayscale: #373737. Windows color (decimal): -10547041 or 10424415. OLE color: 10424415.

HSL color Cylindrical-coordinate representation of color #5F109F: hue angle of 273.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F109F is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 16 159 -
CMYK 0.40 0.90 0 0.38
HSL 273.15º 0.82% 0.34% -
HSV(B) 273.15º 0.9% 0.62% -
XYZ 11.16 5.31 33.24 -
YUV 55.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 95 16 159 0.40 0.90 0 0.38 273.15 0.82 0.34
Hex 5F 10 9F 28 5A 0 26 111 52 22
Octal 137 20 237 50 132 0 46 421 122 42
Binary 1011111 10000 10011111 101000 1011010 0 100110 100010001 1010010 100010

Color Harmonies of #5F109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F109F

Black with #5F109F

Text Example


Text Example

White with #5F109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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