Html Css Color HEX #5A057F Indigo

📋 copy color: '#5A057F'

red 90 ◦ green 5 ◦ blue 127

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

Shades of Indigo #5A057F

Tints of Indigo #5A057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 40.54%
G = 2.25%
B = 57.21%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A057F (or 0x5A057F) is known color: Indigo. HEX triplet: 5A, 05 and 7F. RGB value is (90,5,127). Sum of RGB (Red+Green+Blue) = 90+5+127=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A057F is #A5FA80. Grayscale: #2B2B2B. Windows color (decimal): -10877569 or 8324442. OLE color: 8324442.

HSL color Cylindrical-coordinate representation of color #5A057F: hue angle of 281.8º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A057F is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 5 127 -
CMYK 0.29 0.96 0 0.50
HSL 281.8º 0.92% 0.26% -
HSV(B) 281.8º 0.96% 0.5% -
XYZ 8.1 3.81 20.39 -
YUV 44.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 90 5 127 0.29 0.96 0 0.50 281.8 0.92 0.26
Hex 5A 5 7F 1D 60 0 32 11A 5C 1A
Octal 132 5 177 35 140 0 62 432 134 32
Binary 1011010 101 1111111 11101 1100000 0 110010 100011010 1011100 11010

Color Harmonies of #5A057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A057F

Black with #5A057F

Text Example


Text Example

White with #5A057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,127); }

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

background-color css

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

 a { background-color: rgb(90,5,127); }

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

border-color css

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

 span { border-color: rgb(90,5,127); }

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