Html Css Color HEX #5405A5 Indigo

📋 copy color: '#5405A5'

red 84 ◦ green 5 ◦ blue 165

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

Shades of Indigo #5405A5

Tints of Indigo #5405A5

RGB

 RED value IS 84 (33.2% from 255) = 33.07%

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

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

R = 33.07%
G = 1.97%
B = 64.96%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5405A5 (or 0x5405A5) is known color: Indigo. HEX triplet: 54, 05 and A5. RGB value is (84,5,165). Sum of RGB (Red+Green+Blue) = 84+5+165=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 165 (64.84% from 255 or 64.96% from 254); Max value from RGB is 165 - color contains mainly: blue. Hex color #5405A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5405A5 is #ABFA5A. Grayscale: #2E2E2E. Windows color (decimal): -11270747 or 10814804. OLE color: 10814804.

HSL color Cylindrical-coordinate representation of color #5405A5: hue angle of 269.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5405A5 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 5 165 -
CMYK 0.49 0.97 0 0.35
HSL 269.63º 0.94% 0.33% -
HSV(B) 269.63º 0.97% 0.65% -
XYZ 10.5 4.71 35.95 -
YUV 46.86 194.67 154.49 -
System Red Green Blue C M Y K H S L
Decimal 84 5 165 0.49 0.97 0 0.35 269.63 0.94 0.33
Hex 54 5 A5 31 61 0 23 10E 5E 21
Octal 124 5 245 61 141 0 43 416 136 41
Binary 1010100 101 10100101 110001 1100001 0 100011 100001110 1011110 100001

Color Harmonies of #5405A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5405A5

Black with #5405A5

Text Example


Text Example

White with #5405A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5405A5; }

 p { color: rgb(84,5,165); }

 H1.HeaderClassName
 {
   color: #5405A5;
 }
 .AnyTagClassName
 {
   color: #5405A5;
 }
</style>

background-color css

<style>
 a { background-color: #5405A5; }

 a { background-color: rgb(84,5,165); }

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

border-color css

<style>
 span { border-color: #5405A5; }

 span { border-color: rgb(84,5,165); }

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