Html Css Color HEX #5D0D78 Indigo

📋 copy color: '#5D0D78'

red 93 ◦ green 13 ◦ blue 120

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

Shades of Indigo #5D0D78

Tints of Indigo #5D0D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.75%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 41.15%
G = 5.75%
B = 53.1%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D0D78 (or 0x5D0D78) is known color: Indigo. HEX triplet: 5D, 0D and 78. RGB value is (93,13,120). Sum of RGB (Red+Green+Blue) = 93+13+120=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D0D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0D78 is #A2F287. Grayscale: #303030. Windows color (decimal): -10678920 or 7867741. OLE color: 7867741.

HSL color Cylindrical-coordinate representation of color #5D0D78: hue angle of 284.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0D78 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 13 120 -
CMYK 0.22 0.89 0 0.53
HSL 284.86º 0.8% 0.26% -
HSV(B) 284.86º 0.89% 0.47% -
XYZ 8.05 3.97 18.11 -
YUV 49.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 93 13 120 0.22 0.89 0 0.53 284.86 0.8 0.26
Hex 5D D 78 16 59 0 35 11D 50 1A
Octal 135 15 170 26 131 0 65 435 120 32
Binary 1011101 1101 1111000 10110 1011001 0 110101 100011101 1010000 11010

Color Harmonies of #5D0D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0D78

Black with #5D0D78

Text Example


Text Example

White with #5D0D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,13,120); }

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

background-color css

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

 a { background-color: rgb(93,13,120); }

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

border-color css

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

 span { border-color: rgb(93,13,120); }

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