Html Css Color HEX #5A0D6D Indigo

📋 copy color: '#5A0D6D'

red 90 ◦ green 13 ◦ blue 109

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

Shades of Indigo #5A0D6D

Tints of Indigo #5A0D6D

RGB

 RED value IS 90 (35.55% from 255) = 42.45%

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 42.45%
G = 6.13%
B = 51.42%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A0D6D (or 0x5A0D6D) is known color: Indigo. HEX triplet: 5A, 0D and 6D. RGB value is (90,13,109). Sum of RGB (Red+Green+Blue) = 90+13+109=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A0D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D6D is #A5F292. Grayscale: #2E2E2E. Windows color (decimal): -10875539 or 7146842. OLE color: 7146842.

HSL color Cylindrical-coordinate representation of color #5A0D6D: hue angle of 288.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0D6D is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 13 109 -
CMYK 0.17 0.88 0 0.57
HSL 288.13º 0.79% 0.24% -
HSV(B) 288.13º 0.88% 0.43% -
XYZ 7.12 3.57 14.78 -
YUV 46.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 90 13 109 0.17 0.88 0 0.57 288.13 0.79 0.24
Hex 5A D 6D 11 58 0 39 120 4F 18
Octal 132 15 155 21 130 0 71 440 117 30
Binary 1011010 1101 1101101 10001 1011000 0 111001 100100000 1001111 11000

Color Harmonies of #5A0D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D6D

Black with #5A0D6D

Text Example


Text Example

White with #5A0D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,13,109); }

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

background-color css

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

 a { background-color: rgb(90,13,109); }

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

border-color css

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

 span { border-color: rgb(90,13,109); }

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