Html Css Color HEX #5A036D Indigo

📋 copy color: '#5A036D'

red 90 ◦ green 3 ◦ blue 109

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

Shades of Indigo #5A036D

Tints of Indigo #5A036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 44.55%
G = 1.49%
B = 53.96%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A036D (or 0x5A036D) is known color: Indigo. HEX triplet: 5A, 03 and 6D. RGB value is (90,3,109). Sum of RGB (Red+Green+Blue) = 90+3+109=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A036D is #A5FC92. Grayscale: #282828. Windows color (decimal): -10878099 or 7144282. OLE color: 7144282.

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

Color convert

RGB 90 3 109 -
CMYK 0.17 0.97 0 0.57
HSL 289.25º 0.95% 0.22% -
HSV(B) 289.25º 0.97% 0.43% -
XYZ 7.01 3.34 14.74 -
YUV 41.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 90 3 109 0.17 0.97 0 0.57 289.25 0.95 0.22
Hex 5A 3 6D 11 61 0 39 121 5F 16
Octal 132 3 155 21 141 0 71 441 137 26
Binary 1011010 11 1101101 10001 1100001 0 111001 100100001 1011111 10110

Color Harmonies of #5A036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A036D

Black with #5A036D

Text Example


Text Example

White with #5A036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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