Html Css Color HEX #5B03FC Electric Indigo

📋 copy color: '#5B03FC'

red 91 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #5B03FC

Tints of Electric Indigo #5B03FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 26.3%
G = 0.87%
B = 72.83%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B03FC (or 0x5B03FC) is known color: Electric Indigo. HEX triplet: 5B, 03 and FC. RGB value is (91,3,252). Sum of RGB (Red+Green+Blue) = 91+3+252=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B03FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B03FC is #A4FC03. Grayscale: #383838. Windows color (decimal): -10812420 or 16515931. OLE color: 16515931.

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

Color convert

RGB 91 3 252 -
CMYK 0.64 0.99 0 0.01
HSL 261.2º 0.98% 0.5% -
HSV(B) 261.2º 0.99% 0.99% -
XYZ 21.92 9.32 92.74 -
YUV 57.7 237.65 151.75 -
System Red Green Blue C M Y K H S L
Decimal 91 3 252 0.64 0.99 0 0.01 261.2 0.98 0.5
Hex 5B 3 FC 40 63 0 1 105 62 32
Octal 133 3 374 100 143 0 1 405 142 62
Binary 1011011 11 11111100 1000000 1100011 0 1 100000101 1100010 110010

Color Harmonies of #5B03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B03FC

Black with #5B03FC

Text Example


Text Example

White with #5B03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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