Html Css Color HEX #5C109F Indigo

📋 copy color: '#5C109F'

red 92 ◦ green 16 ◦ blue 159

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

Shades of Indigo #5C109F

Tints of Indigo #5C109F

RGB

 RED value IS 92 (36.33% from 255) = 34.46%

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

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

R = 34.46%
G = 5.99%
B = 59.55%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C109F (or 0x5C109F) is known color: Indigo. HEX triplet: 5C, 10 and 9F. RGB value is (92,16,159). Sum of RGB (Red+Green+Blue) = 92+16+159=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C109F is #A3EF60. Grayscale: #363636. Windows color (decimal): -10743649 or 10424412. OLE color: 10424412.

HSL color Cylindrical-coordinate representation of color #5C109F: hue angle of 271.89º 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 #5C109F is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 16 159 -
CMYK 0.42 0.90 0 0.38
HSL 271.89º 0.82% 0.34% -
HSV(B) 271.89º 0.9% 0.62% -
XYZ 10.86 5.15 33.22 -
YUV 55.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 92 16 159 0.42 0.90 0 0.38 271.89 0.82 0.34
Hex 5C 10 9F 2A 5A 0 26 110 52 22
Octal 134 20 237 52 132 0 46 420 122 42
Binary 1011100 10000 10011111 101010 1011010 0 100110 100010000 1010010 100010

Color Harmonies of #5C109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C109F

Black with #5C109F

Text Example


Text Example

White with #5C109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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