Html Css Color HEX #5A0E9F Indigo

📋 copy color: '#5A0E9F'

red 90 ◦ green 14 ◦ blue 159

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

Shades of Indigo #5A0E9F

Tints of Indigo #5A0E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

 BLUE value IS 159 (62.5% from 255) = 60.46%

R = 34.22%
G = 5.32%
B = 60.46%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A0E9F (or 0x5A0E9F) is known color: Indigo. HEX triplet: 5A, 0E and 9F. RGB value is (90,14,159). Sum of RGB (Red+Green+Blue) = 90+14+159=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A0E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0E9F is #A5F160. Grayscale: #343434. Windows color (decimal): -10875233 or 10423898. OLE color: 10423898.

HSL color Cylindrical-coordinate representation of color #5A0E9F: hue angle of 271.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0E9F is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 14 159 -
CMYK 0.43 0.91 0 0.38
HSL 271.45º 0.84% 0.34% -
HSV(B) 271.45º 0.91% 0.62% -
XYZ 10.63 4.99 33.2 -
YUV 53.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 90 14 159 0.43 0.91 0 0.38 271.45 0.84 0.34
Hex 5A E 9F 2B 5B 0 26 10F 54 22
Octal 132 16 237 53 133 0 46 417 124 42
Binary 1011010 1110 10011111 101011 1011011 0 100110 100001111 1010100 100010

Color Harmonies of #5A0E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E9F

Black with #5A0E9F

Text Example


Text Example

White with #5A0E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,14,159); }

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

background-color css

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

 a { background-color: rgb(90,14,159); }

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

border-color css

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

 span { border-color: rgb(90,14,159); }

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