Html Css Color HEX #5A0E7D Indigo

📋 copy color: '#5A0E7D'

red 90 ◦ green 14 ◦ blue 125

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

Shades of Indigo #5A0E7D

Tints of Indigo #5A0E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 39.3%
G = 6.11%
B = 54.59%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A0E7D (or 0x5A0E7D) is known color: Indigo. HEX triplet: 5A, 0E and 7D. RGB value is (90,14,125). Sum of RGB (Red+Green+Blue) = 90+14+125=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A0E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0E7D is #A5F182. Grayscale: #313131. Windows color (decimal): -10875267 or 8195674. OLE color: 8195674.

HSL color Cylindrical-coordinate representation of color #5A0E7D: hue angle of 281.08º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0E7D is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 14 125 -
CMYK 0.28 0.89 0 0.51
HSL 281.08º 0.8% 0.27% -
HSV(B) 281.08º 0.89% 0.49% -
XYZ 8.08 3.97 19.74 -
YUV 49.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 90 14 125 0.28 0.89 0 0.51 281.08 0.8 0.27
Hex 5A E 7D 1C 59 0 33 119 50 1B
Octal 132 16 175 34 131 0 63 431 120 33
Binary 1011010 1110 1111101 11100 1011001 0 110011 100011001 1010000 11011

Color Harmonies of #5A0E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E7D

Black with #5A0E7D

Text Example


Text Example

White with #5A0E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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