Html Css Color HEX #5D0199 Indigo

📋 copy color: '#5D0199'

red 93 ◦ green 1 ◦ blue 153

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

Shades of Indigo #5D0199

Tints of Indigo #5D0199

RGB

 RED value IS 93 (36.72% from 255) = 37.65%

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

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

R = 37.65%
G = 0.4%
B = 61.94%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5D0199 (or 0x5D0199) is known color: Indigo. HEX triplet: 5D, 01 and 99. RGB value is (93,1,153). Sum of RGB (Red+Green+Blue) = 93+1+153=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0199 is #A2FE66. Grayscale: #2D2D2D. Windows color (decimal): -10681959 or 10027357. OLE color: 10027357.

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

Color convert

RGB 93 1 153 -
CMYK 0.39 0.99 0 0.4
HSL 276.32º 0.99% 0.3% -
HSV(B) 276.32º 0.99% 0.6% -
XYZ 10.27 4.65 30.49 -
YUV 45.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 93 1 153 0.39 0.99 0 0.4 276.32 0.99 0.3
Hex 5D 1 99 27 63 0 28 114 63 1E
Octal 135 1 231 47 143 0 50 424 143 36
Binary 1011101 1 10011001 100111 1100011 0 101000 100010100 1100011 11110

Color Harmonies of #5D0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0199

Black with #5D0199

Text Example


Text Example

White with #5D0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,153); }

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

background-color css

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

 a { background-color: rgb(93,1,153); }

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

border-color css

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

 span { border-color: rgb(93,1,153); }

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