Html Css Color HEX #5C1488 Indigo

📋 copy color: '#5C1488'

red 92 ◦ green 20 ◦ blue 136

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

Shades of Indigo #5C1488

Tints of Indigo #5C1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

 BLUE value IS 136 (53.52% from 255) = 54.84%

R = 37.1%
G = 8.06%
B = 54.84%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C1488 (or 0x5C1488) is known color: Indigo. HEX triplet: 5C, 14 and 88. RGB value is (92,20,136). Sum of RGB (Red+Green+Blue) = 92+20+136=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1488 is #A3EB77. Grayscale: #363636. Windows color (decimal): -10742648 or 8918108. OLE color: 8918108.

HSL color Cylindrical-coordinate representation of color #5C1488: hue angle of 277.24º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1488 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 20 136 -
CMYK 0.32 0.85 0 0.47
HSL 277.24º 0.74% 0.31% -
HSV(B) 277.24º 0.85% 0.53% -
XYZ 9.11 4.55 23.69 -
YUV 54.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 92 20 136 0.32 0.85 0 0.47 277.24 0.74 0.31
Hex 5C 14 88 20 55 0 2F 115 4A 1F
Octal 134 24 210 40 125 0 57 425 112 37
Binary 1011100 10100 10001000 100000 1010101 0 101111 100010101 1001010 11111

Color Harmonies of #5C1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1488

Black with #5C1488

Text Example


Text Example

White with #5C1488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,20,136); }

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

background-color css

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

 a { background-color: rgb(92,20,136); }

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

border-color css

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

 span { border-color: rgb(92,20,136); }

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