Html Css Color HEX #5802FA Electric Indigo

📋 copy color: '#5802FA'

red 88 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #5802FA

Tints of Electric Indigo #5802FA

RGB

 RED value IS 88 (34.77% from 255) = 25.88%

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

 BLUE value IS 250 (98.05% from 255) = 73.53%

R = 25.88%
G = 0.59%
B = 73.53%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5802FA (or 0x5802FA) is known color: Electric Indigo. HEX triplet: 58, 02 and FA. RGB value is (88,2,250). Sum of RGB (Red+Green+Blue) = 88+2+250=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #5802FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5802FA is #A7FD05. Grayscale: #373737. Windows color (decimal): -11009286 or 16384600. OLE color: 16384600.

HSL color Cylindrical-coordinate representation of color #5802FA: hue angle of 260.81º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802FA is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 2 250 -
CMYK 0.65 0.99 0 0.02
HSL 260.81º 0.98% 0.49% -
HSV(B) 260.81º 0.99% 0.98% -
XYZ 21.3 9.02 91.06 -
YUV 55.99 237.49 150.83 -
System Red Green Blue C M Y K H S L
Decimal 88 2 250 0.65 0.99 0 0.02 260.81 0.98 0.49
Hex 58 2 FA 41 63 0 2 105 62 31
Octal 130 2 372 101 143 0 2 405 142 61
Binary 1011000 10 11111010 1000001 1100011 0 10 100000101 1100010 110001

Color Harmonies of #5802FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5802FA

Black with #5802FA

Text Example


Text Example

White with #5802FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5802FA; }

 p { color: rgb(88,2,250); }

 H1.HeaderClassName
 {
   color: #5802FA;
 }
 .AnyTagClassName
 {
   color: #5802FA;
 }
</style>

background-color css

<style>
 a { background-color: #5802FA; }

 a { background-color: rgb(88,2,250); }

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

border-color css

<style>
 span { border-color: #5802FA; }

 span { border-color: rgb(88,2,250); }

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