Html Css Color HEX #5D04AA Indigo

📋 copy color: '#5D04AA'

red 93 ◦ green 4 ◦ blue 170

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

Shades of Indigo #5D04AA

Tints of Indigo #5D04AA

RGB

 RED value IS 93 (36.72% from 255) = 34.83%

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 34.83%
G = 1.5%
B = 63.67%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D04AA (or 0x5D04AA) is known color: Indigo. HEX triplet: 5D, 04 and AA. RGB value is (93,4,170). Sum of RGB (Red+Green+Blue) = 93+4+170=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D04AA is #A2FB55. Grayscale: #303030. Windows color (decimal): -10681174 or 11142237. OLE color: 11142237.

HSL color Cylindrical-coordinate representation of color #5D04AA: hue angle of 272.17º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D04AA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 4 170 -
CMYK 0.45 0.98 0 0.33
HSL 272.17º 0.95% 0.34% -
HSV(B) 272.17º 0.98% 0.67% -
XYZ 11.81 5.32 38.43 -
YUV 49.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 93 4 170 0.45 0.98 0 0.33 272.17 0.95 0.34
Hex 5D 4 AA 2D 62 0 21 110 5F 22
Octal 135 4 252 55 142 0 41 420 137 42
Binary 1011101 100 10101010 101101 1100010 0 100001 100010000 1011111 100010

Color Harmonies of #5D04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D04AA

Black with #5D04AA

Text Example


Text Example

White with #5D04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,4,170); }

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

background-color css

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

 a { background-color: rgb(93,4,170); }

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

border-color css

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

 span { border-color: rgb(93,4,170); }

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