Html Css Color HEX #5D096F Indigo

📋 copy color: '#5D096F'

red 93 ◦ green 9 ◦ blue 111

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

Shades of Indigo #5D096F

Tints of Indigo #5D096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 43.66%
G = 4.23%
B = 52.11%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D096F (or 0x5D096F) is known color: Indigo. HEX triplet: 5D, 09 and 6F. RGB value is (93,9,111). Sum of RGB (Red+Green+Blue) = 93+9+111=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D096F is #A2F690. Grayscale: #2D2D2D. Windows color (decimal): -10679953 or 7276893. OLE color: 7276893.

HSL color Cylindrical-coordinate representation of color #5D096F: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D096F is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 9 111 -
CMYK 0.16 0.92 0 0.56
HSL 289.41º 0.85% 0.24% -
HSV(B) 289.41º 0.92% 0.44% -
XYZ 7.48 3.67 15.35 -
YUV 45.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 93 9 111 0.16 0.92 0 0.56 289.41 0.85 0.24
Hex 5D 9 6F 10 5C 0 38 121 55 18
Octal 135 11 157 20 134 0 70 441 125 30
Binary 1011101 1001 1101111 10000 1011100 0 111000 100100001 1010101 11000

Color Harmonies of #5D096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D096F

Black with #5D096F

Text Example


Text Example

White with #5D096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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