Html Css Color HEX #5503A4 Indigo

📋 copy color: '#5503A4'

red 85 ◦ green 3 ◦ blue 164

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

Shades of Indigo #5503A4

Tints of Indigo #5503A4

RGB

 RED value IS 85 (33.59% from 255) = 33.73%

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 164 (64.45% from 255) = 65.08%

R = 33.73%
G = 1.19%
B = 65.08%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5503A4 (or 0x5503A4) is known color: Indigo. HEX triplet: 55, 03 and A4. RGB value is (85,3,164). Sum of RGB (Red+Green+Blue) = 85+3+164=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #5503A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5503A4 is #AAFC5B. Grayscale: #2D2D2D. Windows color (decimal): -11205724 or 10748757. OLE color: 10748757.

HSL color Cylindrical-coordinate representation of color #5503A4: hue angle of 270.56º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503A4 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 3 164 -
CMYK 0.48 0.98 0 0.36
HSL 270.56º 0.96% 0.33% -
HSV(B) 270.56º 0.98% 0.64% -
XYZ 10.48 4.68 35.47 -
YUV 45.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 85 3 164 0.48 0.98 0 0.36 270.56 0.96 0.33
Hex 55 3 A4 30 62 0 24 10F 60 21
Octal 125 3 244 60 142 0 44 417 140 41
Binary 1010101 11 10100100 110000 1100010 0 100100 100001111 1100000 100001

Color Harmonies of #5503A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5503A4

Black with #5503A4

Text Example


Text Example

White with #5503A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5503A4; }

 p { color: rgb(85,3,164); }

 H1.HeaderClassName
 {
   color: #5503A4;
 }
 .AnyTagClassName
 {
   color: #5503A4;
 }
</style>

background-color css

<style>
 a { background-color: #5503A4; }

 a { background-color: rgb(85,3,164); }

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

border-color css

<style>
 span { border-color: #5503A4; }

 span { border-color: rgb(85,3,164); }

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