Html Css Color HEX #5D0869 Indigo

📋 copy color: '#5D0869'

red 93 ◦ green 8 ◦ blue 105

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

Shades of Indigo #5D0869

Tints of Indigo #5D0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 45.15%
G = 3.88%
B = 50.97%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5D0869 (or 0x5D0869) is known color: Indigo. HEX triplet: 5D, 08 and 69. RGB value is (93,8,105). Sum of RGB (Red+Green+Blue) = 93+8+105=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D0869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0869 is #A2F796. Grayscale: #2C2C2C. Windows color (decimal): -10680215 or 6883421. OLE color: 6883421.

HSL color Cylindrical-coordinate representation of color #5D0869: hue angle of 292.58º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0869 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 8 105 -
CMYK 0.11 0.92 0 0.59
HSL 292.58º 0.86% 0.22% -
HSV(B) 292.58º 0.92% 0.41% -
XYZ 7.15 3.52 13.67 -
YUV 44.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 93 8 105 0.11 0.92 0 0.59 292.58 0.86 0.22
Hex 5D 8 69 B 5C 0 3B 125 56 16
Octal 135 10 151 13 134 0 73 445 126 26
Binary 1011101 1000 1101001 1011 1011100 0 111011 100100101 1010110 10110

Color Harmonies of #5D0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0869

Black with #5D0869

Text Example


Text Example

White with #5D0869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,8,105); }

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

background-color css

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

 a { background-color: rgb(93,8,105); }

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

border-color css

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

 span { border-color: rgb(93,8,105); }

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