Html Css Color HEX #5A007D Indigo

📋 copy color: '#5A007D'

red 90 ◦ green 0 ◦ blue 125

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

Shades of Indigo #5A007D

Tints of Indigo #5A007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.86%
G = 0%
B = 58.14%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A007D (or 0x5A007D) is known color: Indigo. HEX triplet: 5A, 00 and 7D. RGB value is (90,0,125). Sum of RGB (Red+Green+Blue) = 90+0+125=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A007D is #A5FF82. Grayscale: #282828. Windows color (decimal): -10878851 or 8192090. OLE color: 8192090.

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

Color convert

RGB 90 0 125 -
CMYK 0.28 1 0 0.51
HSL 283.2º 1% 0.25% -
HSV(B) 283.2º 1% 0.49% -
XYZ 7.92 3.65 19.69 -
YUV 41.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 90 0 125 0.28 1 0 0.51 283.2 1 0.25
Hex 5A 0 7D 1C 64 0 33 11B 64 19
Octal 132 0 175 34 144 0 63 433 144 31
Binary 1011010 0 1111101 11100 1100100 0 110011 100011011 1100100 11001

Color Harmonies of #5A007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A007D

Black with #5A007D

Text Example


Text Example

White with #5A007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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