Html Css Color HEX #5A016E Indigo

📋 copy color: '#5A016E'

red 90 ◦ green 1 ◦ blue 110

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

Shades of Indigo #5A016E

Tints of Indigo #5A016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 44.78%
G = 0.5%
B = 54.73%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A016E (or 0x5A016E) is known color: Indigo. HEX triplet: 5A, 01 and 6E. RGB value is (90,1,110). Sum of RGB (Red+Green+Blue) = 90+1+110=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A016E is #A5FE91. Grayscale: #272727. Windows color (decimal): -10878610 or 7209306. OLE color: 7209306.

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

Color convert

RGB 90 1 110 -
CMYK 0.18 0.99 0 0.57
HSL 288.99º 0.98% 0.22% -
HSV(B) 288.99º 0.99% 0.43% -
XYZ 7.04 3.32 15.02 -
YUV 40.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 90 1 110 0.18 0.99 0 0.57 288.99 0.98 0.22
Hex 5A 1 6E 12 63 0 39 121 62 16
Octal 132 1 156 22 143 0 71 441 142 26
Binary 1011010 1 1101110 10010 1100011 0 111001 100100001 1100010 10110

Color Harmonies of #5A016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A016E

Black with #5A016E

Text Example


Text Example

White with #5A016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,110); }

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

background-color css

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

 a { background-color: rgb(90,1,110); }

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

border-color css

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

 span { border-color: rgb(90,1,110); }

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