Html Css Color HEX #5D0999 Indigo

📋 copy color: '#5D0999'

red 93 ◦ green 9 ◦ blue 153

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

Shades of Indigo #5D0999

Tints of Indigo #5D0999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

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

R = 36.47%
G = 3.53%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5D0999 (or 0x5D0999) is known color: Indigo. HEX triplet: 5D, 09 and 99. RGB value is (93,9,153). Sum of RGB (Red+Green+Blue) = 93+9+153=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0999 is #A2F666. Grayscale: #323232. Windows color (decimal): -10679911 or 10029405. OLE color: 10029405.

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

Color convert

RGB 93 9 153 -
CMYK 0.39 0.94 0 0.4
HSL 275º 0.89% 0.32% -
HSV(B) 275º 0.94% 0.6% -
XYZ 10.36 4.82 30.52 -
YUV 50.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 93 9 153 0.39 0.94 0 0.4 275 0.89 0.32
Hex 5D 9 99 27 5E 0 28 113 59 20
Octal 135 11 231 47 136 0 50 423 131 40
Binary 1011101 1001 10011001 100111 1011110 0 101000 100010011 1011001 100000

Color Harmonies of #5D0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0999

Black with #5D0999

Text Example


Text Example

White with #5D0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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