Html Css Color HEX #5802DD Electric Indigo

📋 copy color: '#5802DD'

red 88 ◦ green 2 ◦ blue 221

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

Shades of Electric Indigo #5802DD

Tints of Electric Indigo #5802DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 28.3%
G = 0.64%
B = 71.06%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5802DD (or 0x5802DD) is known color: Electric Indigo. HEX triplet: 58, 02 and DD. RGB value is (88,2,221). Sum of RGB (Red+Green+Blue) = 88+2+221=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #5802DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5802DD is #A7FD22. Grayscale: #333333. Windows color (decimal): -11009315 or 14484056. OLE color: 14484056.

HSL color Cylindrical-coordinate representation of color #5802DD: hue angle of 263.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802DD is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 2 221 -
CMYK 0.60 0.99 0 0.13
HSL 263.56º 0.98% 0.44% -
HSV(B) 263.56º 0.99% 0.87% -
XYZ 17.1 7.34 68.92 -
YUV 52.68 222.99 153.19 -
System Red Green Blue C M Y K H S L
Decimal 88 2 221 0.60 0.99 0 0.13 263.56 0.98 0.44
Hex 58 2 DD 3C 63 0 D 108 62 2C
Octal 130 2 335 74 143 0 15 410 142 54
Binary 1011000 10 11011101 111100 1100011 0 1101 100001000 1100010 101100

Color Harmonies of #5802DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5802DD

Black with #5802DD

Text Example


Text Example

White with #5802DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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