Html Css Color HEX #5D0F84 Indigo

📋 copy color: '#5D0F84'

red 93 ◦ green 15 ◦ blue 132

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

Shades of Indigo #5D0F84

Tints of Indigo #5D0F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 38.75%
G = 6.25%
B = 55%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5D0F84 (or 0x5D0F84) is known color: Indigo. HEX triplet: 5D, 0F and 84. RGB value is (93,15,132). Sum of RGB (Red+Green+Blue) = 93+15+132=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D0F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0F84 is #A2F07B. Grayscale: #333333. Windows color (decimal): -10678396 or 8654685. OLE color: 8654685.

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

Color convert

RGB 93 15 132 -
CMYK 0.30 0.89 0 0.48
HSL 280º 0.8% 0.29% -
HSV(B) 280º 0.89% 0.52% -
XYZ 8.85 4.33 22.2 -
YUV 51.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 93 15 132 0.30 0.89 0 0.48 280 0.8 0.29
Hex 5D F 84 1E 59 0 30 118 50 1D
Octal 135 17 204 36 131 0 60 430 120 35
Binary 1011101 1111 10000100 11110 1011001 0 110000 100011000 1010000 11101

Color Harmonies of #5D0F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0F84

Black with #5D0F84

Text Example


Text Example

White with #5D0F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,15,132); }

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

background-color css

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

 a { background-color: rgb(93,15,132); }

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

border-color css

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

 span { border-color: rgb(93,15,132); }

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