Html Css Color HEX #5B0AFB Electric Indigo

📋 copy color: '#5B0AFB'

red 91 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #5B0AFB

Tints of Electric Indigo #5B0AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

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

R = 25.85%
G = 2.84%
B = 71.31%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B0AFB (or 0x5B0AFB) is known color: Electric Indigo. HEX triplet: 5B, 0A and FB. RGB value is (91,10,251). Sum of RGB (Red+Green+Blue) = 91+10+251=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B0AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0AFB is #A4F504. Grayscale: #3C3C3C. Windows color (decimal): -10810629 or 16452187. OLE color: 16452187.

HSL color Cylindrical-coordinate representation of color #5B0AFB: hue angle of 260.17º 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 #5B0AFB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 10 251 -
CMYK 0.64 0.96 0 0.02
HSL 260.17º 0.97% 0.51% -
HSV(B) 260.17º 0.96% 0.98% -
XYZ 21.84 9.41 91.93 -
YUV 61.69 234.84 148.9 -
System Red Green Blue C M Y K H S L
Decimal 91 10 251 0.64 0.96 0 0.02 260.17 0.97 0.51
Hex 5B A FB 40 60 0 2 104 61 33
Octal 133 12 373 100 140 0 2 404 141 63
Binary 1011011 1010 11111011 1000000 1100000 0 10 100000100 1100001 110011

Color Harmonies of #5B0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0AFB

Black with #5B0AFB

Text Example


Text Example

White with #5B0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,10,251); }

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

background-color css

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

 a { background-color: rgb(91,10,251); }

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

border-color css

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

 span { border-color: rgb(91,10,251); }

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