Html Css Color HEX #5D04FB Electric Indigo

📋 copy color: '#5D04FB'

red 93 ◦ green 4 ◦ blue 251

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

Shades of Electric Indigo #5D04FB

Tints of Electric Indigo #5D04FB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 26.72%
G = 1.15%
B = 72.13%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D04FB (or 0x5D04FB) is known color: Electric Indigo. HEX triplet: 5D, 04 and FB. RGB value is (93,4,251). Sum of RGB (Red+Green+Blue) = 93+4+251=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D04FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D04FB is #A2FB04. Grayscale: #393939. Windows color (decimal): -10681093 or 16450653. OLE color: 16450653.

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

Color convert

RGB 93 4 251 -
CMYK 0.63 0.98 0 0.02
HSL 261.62º 0.97% 0.5% -
HSV(B) 261.62º 0.98% 0.98% -
XYZ 21.97 9.38 91.92 -
YUV 58.77 236.49 152.42 -
System Red Green Blue C M Y K H S L
Decimal 93 4 251 0.63 0.98 0 0.02 261.62 0.97 0.5
Hex 5D 4 FB 3F 62 0 2 106 61 32
Octal 135 4 373 77 142 0 2 406 141 62
Binary 1011101 100 11111011 111111 1100010 0 10 100000110 1100001 110010

Color Harmonies of #5D04FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D04FB

Black with #5D04FB

Text Example


Text Example

White with #5D04FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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