Html Css Color HEX #5A016B Indigo

📋 copy color: '#5A016B'

red 90 ◦ green 1 ◦ blue 107

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

Shades of Indigo #5A016B

Tints of Indigo #5A016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 45.45%
G = 0.51%
B = 54.04%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A016B (or 0x5A016B) is known color: Indigo. HEX triplet: 5A, 01 and 6B. RGB value is (90,1,107). Sum of RGB (Red+Green+Blue) = 90+1+107=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A016B is #A5FE94. Grayscale: #272727. Windows color (decimal): -10878613 or 7012698. OLE color: 7012698.

HSL color Cylindrical-coordinate representation of color #5A016B: hue angle of 290.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A016B is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 1 107 -
CMYK 0.16 0.99 0 0.58
HSL 290.38º 0.98% 0.21% -
HSV(B) 290.38º 0.99% 0.42% -
XYZ 6.88 3.26 14.18 -
YUV 39.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 90 1 107 0.16 0.99 0 0.58 290.38 0.98 0.21
Hex 5A 1 6B 10 63 0 3A 122 62 15
Octal 132 1 153 20 143 0 72 442 142 25
Binary 1011010 1 1101011 10000 1100011 0 111010 100100010 1100010 10101

Color Harmonies of #5A016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A016B

Black with #5A016B

Text Example


Text Example

White with #5A016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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