Html Css Color HEX #5C1699 Indigo

📋 copy color: '#5C1699'

red 92 ◦ green 22 ◦ blue 153

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

Shades of Indigo #5C1699

Tints of Indigo #5C1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 34.46%
G = 8.24%
B = 57.3%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5C1699 (or 0x5C1699) is known color: Indigo. HEX triplet: 5C, 16 and 99. RGB value is (92,22,153). Sum of RGB (Red+Green+Blue) = 92+22+153=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C1699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1699 is #A3E966. Grayscale: #393939. Windows color (decimal): -10742119 or 10032732. OLE color: 10032732.

HSL color Cylindrical-coordinate representation of color #5C1699: hue angle of 272.06º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1699 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 22 153 -
CMYK 0.40 0.86 0 0.4
HSL 272.06º 0.75% 0.34% -
HSV(B) 272.06º 0.86% 0.6% -
XYZ 10.45 5.15 30.58 -
YUV 57.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 92 22 153 0.40 0.86 0 0.4 272.06 0.75 0.34
Hex 5C 16 99 28 56 0 28 110 4B 22
Octal 134 26 231 50 126 0 50 420 113 42
Binary 1011100 10110 10011001 101000 1010110 0 101000 100010000 1001011 100010

Color Harmonies of #5C1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1699

Black with #5C1699

Text Example


Text Example

White with #5C1699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,22,153); }

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

background-color css

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

 a { background-color: rgb(92,22,153); }

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

border-color css

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

 span { border-color: rgb(92,22,153); }

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