Html Css Color HEX #5C019B Indigo

📋 copy color: '#5C019B'

red 92 ◦ green 1 ◦ blue 155

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

Shades of Indigo #5C019B

Tints of Indigo #5C019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 155 (60.94% from 255) = 62.5%

R = 37.1%
G = 0.4%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C019B (or 0x5C019B) is known color: Indigo. HEX triplet: 5C, 01 and 9B. RGB value is (92,1,155). Sum of RGB (Red+Green+Blue) = 92+1+155=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C019B is #A3FE64. Grayscale: #2D2D2D. Windows color (decimal): -10747493 or 10158428. OLE color: 10158428.

HSL color Cylindrical-coordinate representation of color #5C019B: hue angle of 275.45º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C019B is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 1 155 -
CMYK 0.41 0.99 0 0.39
HSL 275.45º 0.99% 0.31% -
HSV(B) 275.45º 0.99% 0.61% -
XYZ 10.34 4.66 31.37 -
YUV 45.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 92 1 155 0.41 0.99 0 0.39 275.45 0.99 0.31
Hex 5C 1 9B 29 63 0 27 113 63 1F
Octal 134 1 233 51 143 0 47 423 143 37
Binary 1011100 1 10011011 101001 1100011 0 100111 100010011 1100011 11111

Color Harmonies of #5C019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C019B

Black with #5C019B

Text Example


Text Example

White with #5C019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,155); }

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

background-color css

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

 a { background-color: rgb(92,1,155); }

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

border-color css

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

 span { border-color: rgb(92,1,155); }

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