Html Css Color HEX #5F109B Indigo

📋 copy color: '#5F109B'

red 95 ◦ green 16 ◦ blue 155

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

Shades of Indigo #5F109B

Tints of Indigo #5F109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 35.71%
G = 6.02%
B = 58.27%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F109B (or 0x5F109B) is known color: Indigo. HEX triplet: 5F, 10 and 9B. RGB value is (95,16,155). Sum of RGB (Red+Green+Blue) = 95+16+155=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F109B is #A0EF64. Grayscale: #363636. Windows color (decimal): -10547045 or 10162271. OLE color: 10162271.

HSL color Cylindrical-coordinate representation of color #5F109B: hue angle of 274.1º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F109B is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 16 155 -
CMYK 0.39 0.90 0 0.39
HSL 274.1º 0.81% 0.34% -
HSV(B) 274.1º 0.9% 0.61% -
XYZ 10.82 5.17 31.44 -
YUV 55.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 95 16 155 0.39 0.90 0 0.39 274.1 0.81 0.34
Hex 5F 10 9B 27 5A 0 27 112 51 22
Octal 137 20 233 47 132 0 47 422 121 42
Binary 1011111 10000 10011011 100111 1011010 0 100111 100010010 1010001 100010

Color Harmonies of #5F109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F109B

Black with #5F109B

Text Example


Text Example

White with #5F109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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