Html Css Color HEX #5D09FB Electric Indigo

📋 copy color: '#5D09FB'

red 93 ◦ green 9 ◦ blue 251

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

Shades of Electric Indigo #5D09FB

Tints of Electric Indigo #5D09FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.1%

R = 26.35%
G = 2.55%
B = 71.1%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D09FB (or 0x5D09FB) is known color: Electric Indigo. HEX triplet: 5D, 09 and FB. RGB value is (93,9,251). Sum of RGB (Red+Green+Blue) = 93+9+251=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D09FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D09FB is #A2F604. Grayscale: #3C3C3C. Windows color (decimal): -10679813 or 16451933. OLE color: 16451933.

HSL color Cylindrical-coordinate representation of color #5D09FB: hue angle of 260.83º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D09FB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 9 251 -
CMYK 0.63 0.96 0 0.02
HSL 260.83º 0.97% 0.51% -
HSV(B) 260.83º 0.96% 0.98% -
XYZ 22.02 9.49 91.94 -
YUV 61.7 234.83 150.32 -
System Red Green Blue C M Y K H S L
Decimal 93 9 251 0.63 0.96 0 0.02 260.83 0.97 0.51
Hex 5D 9 FB 3F 60 0 2 105 61 33
Octal 135 11 373 77 140 0 2 405 141 63
Binary 1011101 1001 11111011 111111 1100000 0 10 100000101 1100001 110011

Color Harmonies of #5D09FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D09FB

Black with #5D09FB

Text Example


Text Example

White with #5D09FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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