Html Css Color HEX #5D1085 Indigo

📋 copy color: '#5D1085'

red 93 ◦ green 16 ◦ blue 133

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

Shades of Indigo #5D1085

Tints of Indigo #5D1085

RGB

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

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

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

R = 38.43%
G = 6.61%
B = 54.96%

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

#5D1085 (or 0x5D1085) is known color: Indigo. HEX triplet: 5D, 10 and 85. RGB value is (93,16,133). Sum of RGB (Red+Green+Blue) = 93+16+133=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1085 is #A2EF7A. Grayscale: #333333. Windows color (decimal): -10678139 or 8720477. OLE color: 8720477.

HSL color Cylindrical-coordinate representation of color #5D1085: hue angle of 279.49º degrees, saturation: 0.79, 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 #5D1085 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 16 133 -
CMYK 0.30 0.88 0 0.48
HSL 279.49º 0.79% 0.29% -
HSV(B) 279.49º 0.88% 0.52% -
XYZ 8.93 4.39 22.57 -
YUV 52.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 93 16 133 0.30 0.88 0 0.48 279.49 0.79 0.29
Hex 5D 10 85 1E 58 0 30 117 4F 1D
Octal 135 20 205 36 130 0 60 427 117 35
Binary 1011101 10000 10000101 11110 1011000 0 110000 100010111 1001111 11101

Color Harmonies of #5D1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1085

Black with #5D1085

Text Example


Text Example

White with #5D1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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