Html Css Color HEX #5A0C86 Indigo

📋 copy color: '#5A0C86'

red 90 ◦ green 12 ◦ blue 134

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

Shades of Indigo #5A0C86

Tints of Indigo #5A0C86

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 134 (52.73% from 255) = 56.78%

R = 38.14%
G = 5.08%
B = 56.78%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A0C86 (or 0x5A0C86) is known color: Indigo. HEX triplet: 5A, 0C and 86. RGB value is (90,12,134). Sum of RGB (Red+Green+Blue) = 90+12+134=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A0C86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0C86 is #A5F379. Grayscale: #303030. Windows color (decimal): -10875770 or 8784986. OLE color: 8784986.

HSL color Cylindrical-coordinate representation of color #5A0C86: hue angle of 278.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0C86 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 12 134 -
CMYK 0.33 0.91 0 0.47
HSL 278.36º 0.84% 0.29% -
HSV(B) 278.36º 0.91% 0.53% -
XYZ 8.65 4.16 22.9 -
YUV 49.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 90 12 134 0.33 0.91 0 0.47 278.36 0.84 0.29
Hex 5A C 86 21 5B 0 2F 116 54 1D
Octal 132 14 206 41 133 0 57 426 124 35
Binary 1011010 1100 10000110 100001 1011011 0 101111 100010110 1010100 11101

Color Harmonies of #5A0C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C86

Black with #5A0C86

Text Example


Text Example

White with #5A0C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,134); }

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

background-color css

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

 a { background-color: rgb(90,12,134); }

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

border-color css

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

 span { border-color: rgb(90,12,134); }

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