Html Css Color HEX #5A00A5 Indigo

📋 copy color: '#5A00A5'

red 90 ◦ green 0 ◦ blue 165

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

Shades of Indigo #5A00A5

Tints of Indigo #5A00A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 64.71%

R = 35.29%
G = 0%
B = 64.71%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5A00A5 (or 0x5A00A5) is known color: Indigo. HEX triplet: 5A, 00 and A5. RGB value is (90,0,165). Sum of RGB (Red+Green+Blue) = 90+0+165=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 165 (64.84% from 255 or 64.71% from 255); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A00A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A00A5 is #A5FF5A. Grayscale: #2D2D2D. Windows color (decimal): -10878811 or 10813530. OLE color: 10813530.

HSL color Cylindrical-coordinate representation of color #5A00A5: hue angle of 272.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00A5 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 0 165 -
CMYK 0.45 1 0 0.35
HSL 272.73º 1% 0.32% -
HSV(B) 272.73º 1% 0.65% -
XYZ 11.01 4.89 35.96 -
YUV 45.72 195.32 159.58 -
System Red Green Blue C M Y K H S L
Decimal 90 0 165 0.45 1 0 0.35 272.73 1 0.32
Hex 5A 0 A5 2D 64 0 23 111 64 20
Octal 132 0 245 55 144 0 43 421 144 40
Binary 1011010 0 10100101 101101 1100100 0 100011 100010001 1100100 100000

Color Harmonies of #5A00A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A00A5

Black with #5A00A5

Text Example


Text Example

White with #5A00A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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