Html Css Color HEX #5D07DF Electric Indigo

📋 copy color: '#5D07DF'

red 93 ◦ green 7 ◦ blue 223

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

Shades of Electric Indigo #5D07DF

Tints of Electric Indigo #5D07DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 28.79%
G = 2.17%
B = 69.04%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D07DF (or 0x5D07DF) is known color: Electric Indigo. HEX triplet: 5D, 07 and DF. RGB value is (93,7,223). Sum of RGB (Red+Green+Blue) = 93+7+223=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D07DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D07DF is #A2F820. Grayscale: #383838. Windows color (decimal): -10680353 or 14616413. OLE color: 14616413.

HSL color Cylindrical-coordinate representation of color #5D07DF: hue angle of 263.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D07DF is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 7 223 -
CMYK 0.58 0.97 0 0.13
HSL 263.89º 0.94% 0.45% -
HSV(B) 263.89º 0.97% 0.87% -
XYZ 17.91 7.81 70.37 -
YUV 57.34 221.49 153.44 -
System Red Green Blue C M Y K H S L
Decimal 93 7 223 0.58 0.97 0 0.13 263.89 0.94 0.45
Hex 5D 7 DF 3A 61 0 D 108 5E 2D
Octal 135 7 337 72 141 0 15 410 136 55
Binary 1011101 111 11011111 111010 1100001 0 1101 100001000 1011110 101101

Color Harmonies of #5D07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D07DF

Black with #5D07DF

Text Example


Text Example

White with #5D07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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