Html Css Color HEX #5A007F Indigo

📋 copy color: '#5A007F'

red 90 ◦ green 0 ◦ blue 127

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

Shades of Indigo #5A007F

Tints of Indigo #5A007F

RGB

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

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

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

R = 41.47%
G = 0%
B = 58.53%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A007F (or 0x5A007F) is known color: Indigo. HEX triplet: 5A, 00 and 7F. RGB value is (90,0,127). Sum of RGB (Red+Green+Blue) = 90+0+127=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A007F is #A5FF80. Grayscale: #282828. Windows color (decimal): -10878849 or 8323162. OLE color: 8323162.

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

Color convert

RGB 90 0 127 -
CMYK 0.29 1 0 0.50
HSL 282.52º 1% 0.25% -
HSV(B) 282.52º 1% 0.5% -
XYZ 8.05 3.71 20.37 -
YUV 41.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 90 0 127 0.29 1 0 0.50 282.52 1 0.25
Hex 5A 0 7F 1D 64 0 32 11B 64 19
Octal 132 0 177 35 144 0 62 433 144 31
Binary 1011010 0 1111111 11101 1100100 0 110010 100011011 1100100 11001

Color Harmonies of #5A007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A007F

Black with #5A007F

Text Example


Text Example

White with #5A007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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