Html Css Color HEX #5D1084 Indigo

📋 copy color: '#5D1084'

red 93 ◦ green 16 ◦ blue 132

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

Shades of Indigo #5D1084

Tints of Indigo #5D1084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 38.59%
G = 6.64%
B = 54.77%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5D1084 (or 0x5D1084) is known color: Indigo. HEX triplet: 5D, 10 and 84. RGB value is (93,16,132). Sum of RGB (Red+Green+Blue) = 93+16+132=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D1084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1084 is #A2EF7B. Grayscale: #333333. Windows color (decimal): -10678140 or 8654941. OLE color: 8654941.

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

Color convert

RGB 93 16 132 -
CMYK 0.30 0.88 0 0.48
HSL 279.83º 0.78% 0.29% -
HSV(B) 279.83º 0.88% 0.52% -
XYZ 8.86 4.36 22.2 -
YUV 52.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 93 16 132 0.30 0.88 0 0.48 279.83 0.78 0.29
Hex 5D 10 84 1E 58 0 30 118 4E 1D
Octal 135 20 204 36 130 0 60 430 116 35
Binary 1011101 10000 10000100 11110 1011000 0 110000 100011000 1001110 11101

Color Harmonies of #5D1084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1084

Black with #5D1084

Text Example


Text Example

White with #5D1084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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