Html Css Color HEX #5D00D1 Electric Indigo

📋 copy color: '#5D00D1'

red 93 ◦ green 0 ◦ blue 209

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

Shades of Electric Indigo #5D00D1

Tints of Electric Indigo #5D00D1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 209 (82.03% from 255) = 69.21%

R = 30.79%
G = 0%
B = 69.21%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5D00D1 (or 0x5D00D1) is known color: Electric Indigo. HEX triplet: 5D, 00 and D1. RGB value is (93,0,209). Sum of RGB (Red+Green+Blue) = 93+0+209=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 209 (82.03% from 255 or 69.21% from 302); Max value from RGB is 209 - color contains mainly: blue. Hex color #5D00D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D00D1 is #A2FF2E. Grayscale: #323232. Windows color (decimal): -10682159 or 13697117. OLE color: 13697117.

HSL color Cylindrical-coordinate representation of color #5D00D1: hue angle of 266.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00D1 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 0 209 -
CMYK 0.56 1 0 0.18
HSL 266.7º 1% 0.41% -
HSV(B) 266.7º 1% 0.82% -
XYZ 16.02 6.93 60.81 -
YUV 51.63 216.81 157.51 -
System Red Green Blue C M Y K H S L
Decimal 93 0 209 0.56 1 0 0.18 266.7 1 0.41
Hex 5D 0 D1 38 64 0 12 10B 64 29
Octal 135 0 321 70 144 0 22 413 144 51
Binary 1011101 0 11010001 111000 1100100 0 10010 100001011 1100100 101001

Color Harmonies of #5D00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D00D1

Black with #5D00D1

Text Example


Text Example

White with #5D00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,209); }

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

background-color css

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

 a { background-color: rgb(93,0,209); }

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

border-color css

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

 span { border-color: rgb(93,0,209); }

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