Html Css Color HEX #5A1685 Indigo

📋 copy color: '#5A1685'

red 90 ◦ green 22 ◦ blue 133

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

Shades of Indigo #5A1685

Tints of Indigo #5A1685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 36.73%
G = 8.98%
B = 54.29%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A1685 (or 0x5A1685) is known color: Indigo. HEX triplet: 5A, 16 and 85. RGB value is (90,22,133). Sum of RGB (Red+Green+Blue) = 90+22+133=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1685 is #A5E97A. Grayscale: #363636. Windows color (decimal): -10873211 or 8722010. OLE color: 8722010.

HSL color Cylindrical-coordinate representation of color #5A1685: hue angle of 276.76º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1685 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 22 133 -
CMYK 0.32 0.83 0 0.48
HSL 276.76º 0.72% 0.3% -
HSV(B) 276.76º 0.83% 0.52% -
XYZ 8.74 4.44 22.59 -
YUV 54.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 90 22 133 0.32 0.83 0 0.48 276.76 0.72 0.3
Hex 5A 16 85 20 53 0 30 115 48 1E
Octal 132 26 205 40 123 0 60 425 110 36
Binary 1011010 10110 10000101 100000 1010011 0 110000 100010101 1001000 11110

Color Harmonies of #5A1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1685

Black with #5A1685

Text Example


Text Example

White with #5A1685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,22,133); }

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

background-color css

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

 a { background-color: rgb(90,22,133); }

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

border-color css

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

 span { border-color: rgb(90,22,133); }

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