Html Css Color HEX #5702AF Indigo

📋 copy color: '#5702AF'

red 87 ◦ green 2 ◦ blue 175

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

Shades of Indigo #5702AF

Tints of Indigo #5702AF

RGB

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

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

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

R = 32.95%
G = 0.76%
B = 66.29%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5702AF (or 0x5702AF) is known color: Indigo. HEX triplet: 57, 02 and AF. RGB value is (87,2,175). Sum of RGB (Red+Green+Blue) = 87+2+175=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 2 (1.17% from 255 or 0.76% 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 #5702AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5702AF is #A8FD50. Grayscale: #2E2E2E. Windows color (decimal): -11074897 or 11469399. OLE color: 11469399.

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

Color convert

RGB 87 2 175 -
CMYK 0.50 0.99 0 0.31
HSL 269.48º 0.98% 0.35% -
HSV(B) 269.48º 0.99% 0.69% -
XYZ 11.69 5.16 40.94 -
YUV 47.14 200.16 156.43 -
System Red Green Blue C M Y K H S L
Decimal 87 2 175 0.50 0.99 0 0.31 269.48 0.98 0.35
Hex 57 2 AF 32 63 0 1F 10D 62 23
Octal 127 2 257 62 143 0 37 415 142 43
Binary 1010111 10 10101111 110010 1100011 0 11111 100001101 1100010 100011

Color Harmonies of #5702AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702AF

Black with #5702AF

Text Example


Text Example

White with #5702AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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