Html Css Color HEX #5A02F7 Electric Indigo

📋 copy color: '#5A02F7'

red 90 ◦ green 2 ◦ blue 247

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

Shades of Electric Indigo #5A02F7

Tints of Electric Indigo #5A02F7

RGB

 RED value IS 90 (35.55% from 255) = 26.55%

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

 BLUE value IS 247 (96.88% from 255) = 72.86%

R = 26.55%
G = 0.59%
B = 72.86%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5A02F7 (or 0x5A02F7) is known color: Electric Indigo. HEX triplet: 5A, 02 and F7. RGB value is (90,2,247). Sum of RGB (Red+Green+Blue) = 90+2+247=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 247 (96.88% from 255 or 72.86% from 339); Max value from RGB is 247 - color contains mainly: blue. Hex color #5A02F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A02F7 is #A5FD08. Grayscale: #373737. Windows color (decimal): -10878217 or 16187994. OLE color: 16187994.

HSL color Cylindrical-coordinate representation of color #5A02F7: hue angle of 261.55º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A02F7 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 2 247 -
CMYK 0.64 0.99 0 0.03
HSL 261.55º 0.98% 0.49% -
HSV(B) 261.55º 0.99% 0.97% -
XYZ 21.03 8.93 88.61 -
YUV 56.24 235.65 152.08 -
System Red Green Blue C M Y K H S L
Decimal 90 2 247 0.64 0.99 0 0.03 261.55 0.98 0.49
Hex 5A 2 F7 40 63 0 3 106 62 31
Octal 132 2 367 100 143 0 3 406 142 61
Binary 1011010 10 11110111 1000000 1100011 0 11 100000110 1100010 110001

Color Harmonies of #5A02F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A02F7

Black with #5A02F7

Text Example


Text Example

White with #5A02F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A02F7; }

 p { color: rgb(90,2,247); }

 H1.HeaderClassName
 {
   color: #5A02F7;
 }
 .AnyTagClassName
 {
   color: #5A02F7;
 }
</style>

background-color css

<style>
 a { background-color: #5A02F7; }

 a { background-color: rgb(90,2,247); }

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

border-color css

<style>
 span { border-color: #5A02F7; }

 span { border-color: rgb(90,2,247); }

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