Html Css Color HEX #5D0885 Indigo

📋 copy color: '#5D0885'

red 93 ◦ green 8 ◦ blue 133

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

Shades of Indigo #5D0885

Tints of Indigo #5D0885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.84%

R = 39.74%
G = 3.42%
B = 56.84%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5D0885 (or 0x5D0885) is known color: Indigo. HEX triplet: 5D, 08 and 85. RGB value is (93,8,133). Sum of RGB (Red+Green+Blue) = 93+8+133=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0885 is #A2F77A. Grayscale: #2F2F2F. Windows color (decimal): -10680187 or 8718429. OLE color: 8718429.

HSL color Cylindrical-coordinate representation of color #5D0885: hue angle of 280.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0885 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 8 133 -
CMYK 0.30 0.94 0 0.48
HSL 280.8º 0.89% 0.28% -
HSV(B) 280.8º 0.94% 0.52% -
XYZ 8.83 4.19 22.53 -
YUV 47.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 93 8 133 0.30 0.94 0 0.48 280.8 0.89 0.28
Hex 5D 8 85 1E 5E 0 30 119 59 1C
Octal 135 10 205 36 136 0 60 431 131 34
Binary 1011101 1000 10000101 11110 1011110 0 110000 100011001 1011001 11100

Color Harmonies of #5D0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0885

Black with #5D0885

Text Example


Text Example

White with #5D0885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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