Html Css Color HEX #5A0893 Indigo

📋 copy color: '#5A0893'

red 90 ◦ green 8 ◦ blue 147

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

Shades of Indigo #5A0893

Tints of Indigo #5A0893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 147 (57.81% from 255) = 60%

R = 36.73%
G = 3.27%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A0893 (or 0x5A0893) is known color: Indigo. HEX triplet: 5A, 08 and 93. RGB value is (90,8,147). Sum of RGB (Red+Green+Blue) = 90+8+147=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0893 is #A5F76C. Grayscale: #2F2F2F. Windows color (decimal): -10876781 or 9635930. OLE color: 9635930.

HSL color Cylindrical-coordinate representation of color #5A0893: hue angle of 275.4º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0893 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 8 147 -
CMYK 0.39 0.95 0 0.42
HSL 275.4º 0.9% 0.3% -
HSV(B) 275.4º 0.95% 0.58% -
XYZ 9.57 4.45 27.96 -
YUV 48.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 90 8 147 0.39 0.95 0 0.42 275.4 0.9 0.3
Hex 5A 8 93 27 5F 0 2A 113 5A 1E
Octal 132 10 223 47 137 0 52 423 132 36
Binary 1011010 1000 10010011 100111 1011111 0 101010 100010011 1011010 11110

Color Harmonies of #5A0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0893

Black with #5A0893

Text Example


Text Example

White with #5A0893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,147); }

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

background-color css

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

 a { background-color: rgb(90,8,147); }

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

border-color css

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

 span { border-color: rgb(90,8,147); }

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