Html Css Color HEX #5503AF Indigo

📋 copy color: '#5503AF'

red 85 ◦ green 3 ◦ blue 175

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

Shades of Indigo #5503AF

Tints of Indigo #5503AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.54%

R = 32.32%
G = 1.14%
B = 66.54%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5503AF (or 0x5503AF) is known color: Indigo. HEX triplet: 55, 03 and AF. RGB value is (85,3,175). Sum of RGB (Red+Green+Blue) = 85+3+175=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #5503AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5503AF is #AAFC50. Grayscale: #2E2E2E. Windows color (decimal): -11205713 or 11469653. OLE color: 11469653.

HSL color Cylindrical-coordinate representation of color #5503AF: hue angle of 268.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503AF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 3 175 -
CMYK 0.51 0.98 0 0.31
HSL 268.6º 0.97% 0.35% -
HSV(B) 268.6º 0.98% 0.69% -
XYZ 11.52 5.09 40.93 -
YUV 47.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 85 3 175 0.51 0.98 0 0.31 268.6 0.97 0.35
Hex 55 3 AF 33 62 0 1F 10D 61 23
Octal 125 3 257 63 142 0 37 415 141 43
Binary 1010101 11 10101111 110011 1100010 0 11111 100001101 1100001 100011

Color Harmonies of #5503AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5503AF

Black with #5503AF

Text Example


Text Example

White with #5503AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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