Html Css Color HEX #5D09DF Electric Indigo

📋 copy color: '#5D09DF'

red 93 ◦ green 9 ◦ blue 223

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

Shades of Electric Indigo #5D09DF

Tints of Electric Indigo #5D09DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

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

R = 28.62%
G = 2.77%
B = 68.62%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D09DF (or 0x5D09DF) is known color: Electric Indigo. HEX triplet: 5D, 09 and DF. RGB value is (93,9,223). Sum of RGB (Red+Green+Blue) = 93+9+223=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D09DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09DF is #A2F620. Grayscale: #393939. Windows color (decimal): -10679841 or 14616925. OLE color: 14616925.

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

Color convert

RGB 93 9 223 -
CMYK 0.58 0.96 0 0.13
HSL 263.55º 0.92% 0.45% -
HSV(B) 263.55º 0.96% 0.87% -
XYZ 17.93 7.85 70.38 -
YUV 58.51 220.83 152.6 -
System Red Green Blue C M Y K H S L
Decimal 93 9 223 0.58 0.96 0 0.13 263.55 0.92 0.45
Hex 5D 9 DF 3A 60 0 D 108 5C 2D
Octal 135 11 337 72 140 0 15 410 134 55
Binary 1011101 1001 11011111 111010 1100000 0 1101 100001000 1011100 101101

Color Harmonies of #5D09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D09DF

Black with #5D09DF

Text Example


Text Example

White with #5D09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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