Html Css Color HEX #5A0F86 Indigo

📋 copy color: '#5A0F86'

red 90 ◦ green 15 ◦ blue 134

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

Shades of Indigo #5A0F86

Tints of Indigo #5A0F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 37.66%
G = 6.28%
B = 56.07%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A0F86 (or 0x5A0F86) is known color: Indigo. HEX triplet: 5A, 0F and 86. RGB value is (90,15,134). Sum of RGB (Red+Green+Blue) = 90+15+134=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A0F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0F86 is #A5F079. Grayscale: #323232. Windows color (decimal): -10875002 or 8785754. OLE color: 8785754.

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

Color convert

RGB 90 15 134 -
CMYK 0.33 0.89 0 0.47
HSL 277.82º 0.8% 0.29% -
HSV(B) 277.82º 0.89% 0.53% -
XYZ 8.69 4.24 22.91 -
YUV 50.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 90 15 134 0.33 0.89 0 0.47 277.82 0.8 0.29
Hex 5A F 86 21 59 0 2F 116 50 1D
Octal 132 17 206 41 131 0 57 426 120 35
Binary 1011010 1111 10000110 100001 1011001 0 101111 100010110 1010000 11101

Color Harmonies of #5A0F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F86

Black with #5A0F86

Text Example


Text Example

White with #5A0F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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