Html Css Color HEX #5802F3 Electric Indigo

📋 copy color: '#5802F3'

red 88 ◦ green 2 ◦ blue 243

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

Shades of Electric Indigo #5802F3

Tints of Electric Indigo #5802F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 72.97%

R = 26.43%
G = 0.6%
B = 72.97%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5802F3 (or 0x5802F3) is known color: Electric Indigo. HEX triplet: 58, 02 and F3. RGB value is (88,2,243). Sum of RGB (Red+Green+Blue) = 88+2+243=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 243 (95.31% from 255 or 72.97% from 333); Max value from RGB is 243 - color contains mainly: blue. Hex color #5802F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5802F3 is #A7FD0C. Grayscale: #363636. Windows color (decimal): -11009293 or 15925848. OLE color: 15925848.

HSL color Cylindrical-coordinate representation of color #5802F3: hue angle of 261.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802F3 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 2 243 -
CMYK 0.64 0.99 0 0.05
HSL 261.41º 0.98% 0.48% -
HSV(B) 261.41º 0.99% 0.95% -
XYZ 20.22 8.59 85.39 -
YUV 55.19 233.99 151.4 -
System Red Green Blue C M Y K H S L
Decimal 88 2 243 0.64 0.99 0 0.05 261.41 0.98 0.48
Hex 58 2 F3 40 63 0 5 105 62 30
Octal 130 2 363 100 143 0 5 405 142 60
Binary 1011000 10 11110011 1000000 1100011 0 101 100000101 1100010 110000

Color Harmonies of #5802F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5802F3

Black with #5802F3

Text Example


Text Example

White with #5802F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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