Html Css Color HEX #5A057B Indigo

📋 copy color: '#5A057B'

red 90 ◦ green 5 ◦ blue 123

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

Shades of Indigo #5A057B

Tints of Indigo #5A057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 41.28%
G = 2.29%
B = 56.42%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A057B (or 0x5A057B) is known color: Indigo. HEX triplet: 5A, 05 and 7B. RGB value is (90,5,123). Sum of RGB (Red+Green+Blue) = 90+5+123=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A057B is #A5FA84. Grayscale: #2B2B2B. Windows color (decimal): -10877573 or 8062298. OLE color: 8062298.

HSL color Cylindrical-coordinate representation of color #5A057B: hue angle of 283.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A057B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 5 123 -
CMYK 0.27 0.96 0 0.52
HSL 283.22º 0.92% 0.25% -
HSV(B) 283.22º 0.96% 0.48% -
XYZ 7.85 3.71 19.04 -
YUV 43.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 90 5 123 0.27 0.96 0 0.52 283.22 0.92 0.25
Hex 5A 5 7B 1B 60 0 34 11B 5C 19
Octal 132 5 173 33 140 0 64 433 134 31
Binary 1011010 101 1111011 11011 1100000 0 110100 100011011 1011100 11001

Color Harmonies of #5A057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A057B

Black with #5A057B

Text Example


Text Example

White with #5A057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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