Html Css Color HEX #5D059B Indigo

📋 copy color: '#5D059B'

red 93 ◦ green 5 ◦ blue 155

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

Shades of Indigo #5D059B

Tints of Indigo #5D059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 36.76%
G = 1.98%
B = 61.26%

CMYK

 C value IS 0.4

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D059B (or 0x5D059B) is known color: Indigo. HEX triplet: 5D, 05 and 9B. RGB value is (93,5,155). Sum of RGB (Red+Green+Blue) = 93+5+155=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D059B is #A2FA64. Grayscale: #2F2F2F. Windows color (decimal): -10680933 or 10159453. OLE color: 10159453.

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

Color convert

RGB 93 5 155 -
CMYK 0.4 0.97 0 0.39
HSL 275.2º 0.94% 0.31% -
HSV(B) 275.2º 0.97% 0.61% -
XYZ 10.48 4.8 31.38 -
YUV 48.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 93 5 155 0.4 0.97 0 0.39 275.2 0.94 0.31
Hex 5D 5 9B 28 61 0 27 113 5E 1F
Octal 135 5 233 50 141 0 47 423 136 37
Binary 1011101 101 10011011 101000 1100001 0 100111 100010011 1011110 11111

Color Harmonies of #5D059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D059B

Black with #5D059B

Text Example


Text Example

White with #5D059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,155); }

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

background-color css

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

 a { background-color: rgb(93,5,155); }

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

border-color css

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

 span { border-color: rgb(93,5,155); }

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