Html Css Color HEX #5D079D Indigo

📋 copy color: '#5D079D'

red 93 ◦ green 7 ◦ blue 157

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

Shades of Indigo #5D079D

Tints of Indigo #5D079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 36.19%
G = 2.72%
B = 61.09%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D079D (or 0x5D079D) is known color: Indigo. HEX triplet: 5D, 07 and 9D. RGB value is (93,7,157). Sum of RGB (Red+Green+Blue) = 93+7+157=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D079D is #A2F862. Grayscale: #313131. Windows color (decimal): -10680419 or 10291037. OLE color: 10291037.

HSL color Cylindrical-coordinate representation of color #5D079D: hue angle of 274.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D079D is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 7 157 -
CMYK 0.41 0.96 0 0.38
HSL 274.4º 0.91% 0.32% -
HSV(B) 274.4º 0.96% 0.62% -
XYZ 10.68 4.91 32.28 -
YUV 49.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 93 7 157 0.41 0.96 0 0.38 274.4 0.91 0.32
Hex 5D 7 9D 29 60 0 26 112 5B 20
Octal 135 7 235 51 140 0 46 422 133 40
Binary 1011101 111 10011101 101001 1100000 0 100110 100010010 1011011 100000

Color Harmonies of #5D079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D079D

Black with #5D079D

Text Example


Text Example

White with #5D079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,7,157); }

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

background-color css

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

 a { background-color: rgb(93,7,157); }

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

border-color css

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

 span { border-color: rgb(93,7,157); }

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