Html Css Color HEX #5A1082 Indigo

📋 copy color: '#5A1082'

red 90 ◦ green 16 ◦ blue 130

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

Shades of Indigo #5A1082

Tints of Indigo #5A1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 38.14%
G = 6.78%
B = 55.08%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5A1082 (or 0x5A1082) is known color: Indigo. HEX triplet: 5A, 10 and 82. RGB value is (90,16,130). Sum of RGB (Red+Green+Blue) = 90+16+130=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1082 is #A5EF7D. Grayscale: #323232. Windows color (decimal): -10874750 or 8523866. OLE color: 8523866.

HSL color Cylindrical-coordinate representation of color #5A1082: hue angle of 278.95º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1082 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 16 130 -
CMYK 0.31 0.88 0 0.49
HSL 278.95º 0.78% 0.29% -
HSV(B) 278.95º 0.88% 0.51% -
XYZ 8.43 4.16 21.48 -
YUV 51.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 90 16 130 0.31 0.88 0 0.49 278.95 0.78 0.29
Hex 5A 10 82 1F 58 0 31 117 4E 1D
Octal 132 20 202 37 130 0 61 427 116 35
Binary 1011010 10000 10000010 11111 1011000 0 110001 100010111 1001110 11101

Color Harmonies of #5A1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1082

Black with #5A1082

Text Example


Text Example

White with #5A1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,130); }

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

background-color css

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

 a { background-color: rgb(90,16,130); }

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

border-color css

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

 span { border-color: rgb(90,16,130); }

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