Html Css Color HEX #5D07E9 Electric Indigo

📋 copy color: '#5D07E9'

red 93 ◦ green 7 ◦ blue 233

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

Shades of Electric Indigo #5D07E9

Tints of Electric Indigo #5D07E9

RGB

 RED value IS 93 (36.72% from 255) = 27.93%

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 233 (91.41% from 255) = 69.97%

R = 27.93%
G = 2.1%
B = 69.97%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5D07E9 (or 0x5D07E9) is known color: Electric Indigo. HEX triplet: 5D, 07 and E9. RGB value is (93,7,233). Sum of RGB (Red+Green+Blue) = 93+7+233=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D07E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D07E9 is #A2F816. Grayscale: #393939. Windows color (decimal): -10680343 or 15271773. OLE color: 15271773.

HSL color Cylindrical-coordinate representation of color #5D07E9: hue angle of 262.83º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D07E9 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 7 233 -
CMYK 0.60 0.97 0 0.09
HSL 262.83º 0.94% 0.47% -
HSV(B) 262.83º 0.97% 0.91% -
XYZ 19.3 8.36 77.69 -
YUV 58.48 226.49 152.62 -
System Red Green Blue C M Y K H S L
Decimal 93 7 233 0.60 0.97 0 0.09 262.83 0.94 0.47
Hex 5D 7 E9 3C 61 0 9 107 5E 2F
Octal 135 7 351 74 141 0 11 407 136 57
Binary 1011101 111 11101001 111100 1100001 0 1001 100000111 1011110 101111

Color Harmonies of #5D07E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D07E9

Black with #5D07E9

Text Example


Text Example

White with #5D07E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,7,233); }

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

background-color css

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

 a { background-color: rgb(93,7,233); }

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

border-color css

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

 span { border-color: rgb(93,7,233); }

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