Html Css Color HEX #5D0073 Indigo

📋 copy color: '#5D0073'

red 93 ◦ green 0 ◦ blue 115

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

Shades of Indigo #5D0073

Tints of Indigo #5D0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 44.71%
G = 0%
B = 55.29%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D0073 (or 0x5D0073) is known color: Indigo. HEX triplet: 5D, 00 and 73. RGB value is (93,0,115). Sum of RGB (Red+Green+Blue) = 93+0+115=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0073 is #A2FF8C. Grayscale: #282828. Windows color (decimal): -10682253 or 7536733. OLE color: 7536733.

HSL color Cylindrical-coordinate representation of color #5D0073: hue angle of 288.52º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0073 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 0 115 -
CMYK 0.19 1 0 0.55
HSL 288.52º 1% 0.23% -
HSV(B) 288.52º 1% 0.45% -
XYZ 7.61 3.56 16.51 -
YUV 40.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 93 0 115 0.19 1 0 0.55 288.52 1 0.23
Hex 5D 0 73 13 64 0 37 121 64 17
Octal 135 0 163 23 144 0 67 441 144 27
Binary 1011101 0 1110011 10011 1100100 0 110111 100100001 1100100 10111

Color Harmonies of #5D0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0073

Black with #5D0073

Text Example


Text Example

White with #5D0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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