Html Css Color HEX #5A0066 Indigo

📋 copy color: '#5A0066'

red 90 ◦ green 0 ◦ blue 102

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

Shades of Indigo #5A0066

Tints of Indigo #5A0066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 46.88%
G = 0%
B = 53.13%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5A0066 (or 0x5A0066) is known color: Indigo. HEX triplet: 5A, 00 and 66. RGB value is (90,0,102). Sum of RGB (Red+Green+Blue) = 90+0+102=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A0066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0066 is #A5FF99. Grayscale: #262626. Windows color (decimal): -10878874 or 6684762. OLE color: 6684762.

HSL color Cylindrical-coordinate representation of color #5A0066: hue angle of 292.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0066 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 0 102 -
CMYK 0.12 1 0 0.6
HSL 292.94º 1% 0.2% -
HSV(B) 292.94º 1% 0.4% -
XYZ 6.61 3.13 12.83 -
YUV 38.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 90 0 102 0.12 1 0 0.6 292.94 1 0.2
Hex 5A 0 66 C 64 0 3C 125 64 14
Octal 132 0 146 14 144 0 74 445 144 24
Binary 1011010 0 1100110 1100 1100100 0 111100 100100101 1100100 10100

Color Harmonies of #5A0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0066

Black with #5A0066

Text Example


Text Example

White with #5A0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,102); }

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

background-color css

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

 a { background-color: rgb(90,0,102); }

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

border-color css

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

 span { border-color: rgb(90,0,102); }

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