Html Css Color HEX #5C189E Indigo

📋 copy color: '#5C189E'

red 92 ◦ green 24 ◦ blue 158

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

Shades of Indigo #5C189E

Tints of Indigo #5C189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 33.58%
G = 8.76%
B = 57.66%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C189E (or 0x5C189E) is known color: Indigo. HEX triplet: 5C, 18 and 9E. RGB value is (92,24,158). Sum of RGB (Red+Green+Blue) = 92+24+158=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C189E is #A3E761. Grayscale: #3B3B3B. Windows color (decimal): -10741602 or 10360924. OLE color: 10360924.

HSL color Cylindrical-coordinate representation of color #5C189E: hue angle of 270.45º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C189E is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 24 158 -
CMYK 0.42 0.85 0 0.38
HSL 270.45º 0.74% 0.36% -
HSV(B) 270.45º 0.85% 0.62% -
XYZ 10.91 5.4 32.81 -
YUV 59.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 92 24 158 0.42 0.85 0 0.38 270.45 0.74 0.36
Hex 5C 18 9E 2A 55 0 26 10E 4A 24
Octal 134 30 236 52 125 0 46 416 112 44
Binary 1011100 11000 10011110 101010 1010101 0 100110 100001110 1001010 100100

Color Harmonies of #5C189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C189E

Black with #5C189E

Text Example


Text Example

White with #5C189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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