Html Css Color HEX #5C109E Indigo

📋 copy color: '#5C109E'

red 92 ◦ green 16 ◦ blue 158

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

Shades of Indigo #5C109E

Tints of Indigo #5C109E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 34.59%
G = 6.02%
B = 59.4%

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

#5C109E (or 0x5C109E) is known color: Indigo. HEX triplet: 5C, 10 and 9E. RGB value is (92,16,158). Sum of RGB (Red+Green+Blue) = 92+16+158=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C109E is #A3EF61. Grayscale: #363636. Windows color (decimal): -10743650 or 10358876. OLE color: 10358876.

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

Color convert

RGB 92 16 158 -
CMYK 0.42 0.90 0 0.38
HSL 272.11º 0.82% 0.34% -
HSV(B) 272.11º 0.9% 0.62% -
XYZ 10.77 5.11 32.77 -
YUV 54.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 92 16 158 0.42 0.90 0 0.38 272.11 0.82 0.34
Hex 5C 10 9E 2A 5A 0 26 110 52 22
Octal 134 20 236 52 132 0 46 420 122 42
Binary 1011100 10000 10011110 101010 1011010 0 100110 100010000 1010010 100010

Color Harmonies of #5C109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C109E

Black with #5C109E

Text Example


Text Example

White with #5C109E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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