Html Css Color HEX #5702A4 Indigo

📋 copy color: '#5702A4'

red 87 ◦ green 2 ◦ blue 164

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

Shades of Indigo #5702A4

Tints of Indigo #5702A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 64.82%

R = 34.39%
G = 0.79%
B = 64.82%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5702A4 (or 0x5702A4) is known color: Indigo. HEX triplet: 57, 02 and A4. RGB value is (87,2,164). Sum of RGB (Red+Green+Blue) = 87+2+164=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #5702A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5702A4 is #A8FD5B. Grayscale: #2D2D2D. Windows color (decimal): -11074908 or 10748503. OLE color: 10748503.

HSL color Cylindrical-coordinate representation of color #5702A4: hue angle of 271.48º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702A4 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 2 164 -
CMYK 0.47 0.99 0 0.36
HSL 271.48º 0.98% 0.33% -
HSV(B) 271.48º 0.99% 0.64% -
XYZ 10.65 4.75 35.48 -
YUV 45.88 194.66 157.33 -
System Red Green Blue C M Y K H S L
Decimal 87 2 164 0.47 0.99 0 0.36 271.48 0.98 0.33
Hex 57 2 A4 2F 63 0 24 10F 62 21
Octal 127 2 244 57 143 0 44 417 142 41
Binary 1010111 10 10100100 101111 1100011 0 100100 100001111 1100010 100001

Color Harmonies of #5702A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5702A4

Black with #5702A4

Text Example


Text Example

White with #5702A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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