Html Css Color HEX #5702AD Indigo

📋 copy color: '#5702AD'

red 87 ◦ green 2 ◦ blue 173

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

Shades of Indigo #5702AD

Tints of Indigo #5702AD

RGB

 RED value IS 87 (34.38% from 255) = 33.21%

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 173 (67.97% from 255) = 66.03%

R = 33.21%
G = 0.76%
B = 66.03%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5702AD (or 0x5702AD) is known color: Indigo. HEX triplet: 57, 02 and AD. RGB value is (87,2,173). Sum of RGB (Red+Green+Blue) = 87+2+173=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #5702AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5702AD is #A8FD52. Grayscale: #2E2E2E. Windows color (decimal): -11074899 or 11338327. OLE color: 11338327.

HSL color Cylindrical-coordinate representation of color #5702AD: hue angle of 269.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702AD is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 2 173 -
CMYK 0.50 0.99 0 0.32
HSL 269.82º 0.98% 0.34% -
HSV(B) 269.82º 0.99% 0.68% -
XYZ 11.5 5.09 39.91 -
YUV 46.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 87 2 173 0.50 0.99 0 0.32 269.82 0.98 0.34
Hex 57 2 AD 32 63 0 20 10E 62 22
Octal 127 2 255 62 143 0 40 416 142 42
Binary 1010111 10 10101101 110010 1100011 0 100000 100001110 1100010 100010

Color Harmonies of #5702AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702AD

Black with #5702AD

Text Example


Text Example

White with #5702AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5702AD; }

 p { color: rgb(87,2,173); }

 H1.HeaderClassName
 {
   color: #5702AD;
 }
 .AnyTagClassName
 {
   color: #5702AD;
 }
</style>

background-color css

<style>
 a { background-color: #5702AD; }

 a { background-color: rgb(87,2,173); }

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

border-color css

<style>
 span { border-color: #5702AD; }

 span { border-color: rgb(87,2,173); }

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