Html Css Color HEX #5A0D6A Indigo

📋 copy color: '#5A0D6A'

red 90 ◦ green 13 ◦ blue 106

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

Shades of Indigo #5A0D6A

Tints of Indigo #5A0D6A

RGB

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

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

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

R = 43.06%
G = 6.22%
B = 50.72%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A0D6A (or 0x5A0D6A) is known color: Indigo. HEX triplet: 5A, 0D and 6A. RGB value is (90,13,106). Sum of RGB (Red+Green+Blue) = 90+13+106=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A0D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D6A is #A5F295. Grayscale: #2E2E2E. Windows color (decimal): -10875542 or 6950234. OLE color: 6950234.

HSL color Cylindrical-coordinate representation of color #5A0D6A: hue angle of 289.68º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0D6A is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 13 106 -
CMYK 0.15 0.88 0 0.58
HSL 289.68º 0.78% 0.23% -
HSV(B) 289.68º 0.88% 0.42% -
XYZ 6.96 3.5 13.94 -
YUV 46.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 90 13 106 0.15 0.88 0 0.58 289.68 0.78 0.23
Hex 5A D 6A F 58 0 3A 122 4E 17
Octal 132 15 152 17 130 0 72 442 116 27
Binary 1011010 1101 1101010 1111 1011000 0 111010 100100010 1001110 10111

Color Harmonies of #5A0D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D6A

Black with #5A0D6A

Text Example


Text Example

White with #5A0D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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