Html Css Color HEX #5802FD Electric Indigo

📋 copy color: '#5802FD'

red 88 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #5802FD

Tints of Electric Indigo #5802FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 25.66%
G = 0.58%
B = 73.76%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5802FD (or 0x5802FD) is known color: Electric Indigo. HEX triplet: 58, 02 and FD. RGB value is (88,2,253). Sum of RGB (Red+Green+Blue) = 88+2+253=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #5802FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5802FD is #A7FD02. Grayscale: #373737. Windows color (decimal): -11009283 or 16581208. OLE color: 16581208.

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

Color convert

RGB 88 2 253 -
CMYK 0.65 0.99 0 0.01
HSL 260.56º 0.98% 0.5% -
HSV(B) 260.56º 0.99% 0.99% -
XYZ 21.78 9.21 93.56 -
YUV 56.33 238.99 150.59 -
System Red Green Blue C M Y K H S L
Decimal 88 2 253 0.65 0.99 0 0.01 260.56 0.98 0.5
Hex 58 2 FD 41 63 0 1 105 62 32
Octal 130 2 375 101 143 0 1 405 142 62
Binary 1011000 10 11111101 1000001 1100011 0 1 100000101 1100010 110010

Color Harmonies of #5802FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5802FD

Black with #5802FD

Text Example


Text Example

White with #5802FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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