Html Css Color HEX #5D0F75 Indigo

📋 copy color: '#5D0F75'

red 93 ◦ green 15 ◦ blue 117

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

Shades of Indigo #5D0F75

Tints of Indigo #5D0F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 41.33%
G = 6.67%
B = 52%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5D0F75 (or 0x5D0F75) is known color: Indigo. HEX triplet: 5D, 0F and 75. RGB value is (93,15,117). Sum of RGB (Red+Green+Blue) = 93+15+117=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D0F75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0F75 is #A2F08A. Grayscale: #313131. Windows color (decimal): -10678411 or 7671645. OLE color: 7671645.

HSL color Cylindrical-coordinate representation of color #5D0F75: hue angle of 285.88º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D0F75 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 15 117 -
CMYK 0.21 0.87 0 0.54
HSL 285.88º 0.77% 0.26% -
HSV(B) 285.88º 0.87% 0.46% -
XYZ 7.9 3.95 17.18 -
YUV 49.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 93 15 117 0.21 0.87 0 0.54 285.88 0.77 0.26
Hex 5D F 75 15 57 0 36 11E 4D 1A
Octal 135 17 165 25 127 0 66 436 115 32
Binary 1011101 1111 1110101 10101 1010111 0 110110 100011110 1001101 11010

Color Harmonies of #5D0F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0F75

Black with #5D0F75

Text Example


Text Example

White with #5D0F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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