Html Css Color HEX #5B04FC Electric Indigo

📋 copy color: '#5B04FC'

red 91 ◦ green 4 ◦ blue 252

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

Shades of Electric Indigo #5B04FC

Tints of Electric Indigo #5B04FC

RGB

 RED value IS 91 (35.94% from 255) = 26.22%

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

 BLUE value IS 252 (98.83% from 255) = 72.62%

R = 26.22%
G = 1.15%
B = 72.62%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B04FC (or 0x5B04FC) is known color: Electric Indigo. HEX triplet: 5B, 04 and FC. RGB value is (91,4,252). Sum of RGB (Red+Green+Blue) = 91+4+252=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B04FC is #A4FB03. Grayscale: #393939. Windows color (decimal): -10812164 or 16516187. OLE color: 16516187.

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

Color convert

RGB 91 4 252 -
CMYK 0.64 0.98 0 0.01
HSL 261.05º 0.98% 0.5% -
HSV(B) 261.05º 0.98% 0.99% -
XYZ 21.93 9.34 92.74 -
YUV 58.29 237.32 151.33 -
System Red Green Blue C M Y K H S L
Decimal 91 4 252 0.64 0.98 0 0.01 261.05 0.98 0.5
Hex 5B 4 FC 40 62 0 1 105 62 32
Octal 133 4 374 100 142 0 1 405 142 62
Binary 1011011 100 11111100 1000000 1100010 0 1 100000101 1100010 110010

Color Harmonies of #5B04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B04FC

Black with #5B04FC

Text Example


Text Example

White with #5B04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,4,252); }

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

background-color css

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

 a { background-color: rgb(91,4,252); }

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

border-color css

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

 span { border-color: rgb(91,4,252); }

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