Html Css Color HEX #5D066A Indigo

📋 copy color: '#5D066A'

red 93 ◦ green 6 ◦ blue 106

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

Shades of Indigo #5D066A

Tints of Indigo #5D066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

 BLUE value IS 106 (41.8% from 255) = 51.71%

R = 45.37%
G = 2.93%
B = 51.71%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5D066A (or 0x5D066A) is known color: Indigo. HEX triplet: 5D, 06 and 6A. RGB value is (93,6,106). Sum of RGB (Red+Green+Blue) = 93+6+106=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D066A is #A2F995. Grayscale: #2B2B2B. Windows color (decimal): -10680726 or 6948445. OLE color: 6948445.

HSL color Cylindrical-coordinate representation of color #5D066A: hue angle of 292.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D066A is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 6 106 -
CMYK 0.12 0.94 0 0.58
HSL 292.2º 0.89% 0.22% -
HSV(B) 292.2º 0.94% 0.42% -
XYZ 7.18 3.5 13.93 -
YUV 43.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 93 6 106 0.12 0.94 0 0.58 292.2 0.89 0.22
Hex 5D 6 6A C 5E 0 3A 124 59 16
Octal 135 6 152 14 136 0 72 444 131 26
Binary 1011101 110 1101010 1100 1011110 0 111010 100100100 1011001 10110

Color Harmonies of #5D066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D066A

Black with #5D066A

Text Example


Text Example

White with #5D066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,6,106); }

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

background-color css

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

 a { background-color: rgb(93,6,106); }

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

border-color css

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

 span { border-color: rgb(93,6,106); }

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