Html Css Color HEX #5603AF Indigo

📋 copy color: '#5603AF'

red 86 ◦ green 3 ◦ blue 175

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

Shades of Indigo #5603AF

Tints of Indigo #5603AF

RGB

 RED value IS 86 (33.98% from 255) = 32.58%

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

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

R = 32.58%
G = 1.14%
B = 66.29%

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

#5603AF (or 0x5603AF) is known color: Indigo. HEX triplet: 56, 03 and AF. RGB value is (86,3,175). Sum of RGB (Red+Green+Blue) = 86+3+175=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #5603AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5603AF is #A9FC50. Grayscale: #2E2E2E. Windows color (decimal): -11140177 or 11469654. OLE color: 11469654.

HSL color Cylindrical-coordinate representation of color #5603AF: hue angle of 268.95º 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 #5603AF is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 3 175 -
CMYK 0.51 0.98 0 0.31
HSL 268.95º 0.97% 0.35% -
HSV(B) 268.95º 0.98% 0.69% -
XYZ 11.61 5.14 40.94 -
YUV 47.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 86 3 175 0.51 0.98 0 0.31 268.95 0.97 0.35
Hex 56 3 AF 33 62 0 1F 10D 61 23
Octal 126 3 257 63 142 0 37 415 141 43
Binary 1010110 11 10101111 110011 1100010 0 11111 100001101 1100001 100011

Color Harmonies of #5603AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5603AF

Black with #5603AF

Text Example


Text Example

White with #5603AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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