Html Css Color HEX #5702AE Indigo

📋 copy color: '#5702AE'

red 87 ◦ green 2 ◦ blue 174

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

Shades of Indigo #5702AE

Tints of Indigo #5702AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 33.08%
G = 0.76%
B = 66.16%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5702AE (or 0x5702AE) is known color: Indigo. HEX triplet: 57, 02 and AE. RGB value is (87,2,174). Sum of RGB (Red+Green+Blue) = 87+2+174=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #5702AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5702AE is #A8FD51. Grayscale: #2E2E2E. Windows color (decimal): -11074898 or 11403863. OLE color: 11403863.

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

Color convert

RGB 87 2 174 -
CMYK 0.5 0.99 0 0.32
HSL 269.65º 0.98% 0.35% -
HSV(B) 269.65º 0.99% 0.68% -
XYZ 11.59 5.13 40.42 -
YUV 47.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 87 2 174 0.5 0.99 0 0.32 269.65 0.98 0.35
Hex 57 2 AE 32 63 0 20 10E 62 23
Octal 127 2 256 62 143 0 40 416 142 43
Binary 1010111 10 10101110 110010 1100011 0 100000 100001110 1100010 100011

Color Harmonies of #5702AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702AE

Black with #5702AE

Text Example


Text Example

White with #5702AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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