Html Css Color HEX #5D0078 Indigo

📋 copy color: '#5D0078'

red 93 ◦ green 0 ◦ blue 120

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

Shades of Indigo #5D0078

Tints of Indigo #5D0078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.66%
G = 0%
B = 56.34%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D0078 (or 0x5D0078) is known color: Indigo. HEX triplet: 5D, 00 and 78. RGB value is (93,0,120). Sum of RGB (Red+Green+Blue) = 93+0+120=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D0078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0078 is #A2FF87. Grayscale: #292929. Windows color (decimal): -10682248 or 7864413. OLE color: 7864413.

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

Color convert

RGB 93 0 120 -
CMYK 0.22 1 0 0.53
HSL 286.5º 1% 0.24% -
HSV(B) 286.5º 1% 0.47% -
XYZ 7.9 3.68 18.06 -
YUV 41.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 93 0 120 0.22 1 0 0.53 286.5 1 0.24
Hex 5D 0 78 16 64 0 35 11E 64 18
Octal 135 0 170 26 144 0 65 436 144 30
Binary 1011101 0 1111000 10110 1100100 0 110101 100011110 1100100 11000

Color Harmonies of #5D0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0078

Black with #5D0078

Text Example


Text Example

White with #5D0078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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