Html Css Color HEX #5B07ED Electric Indigo

📋 copy color: '#5B07ED'

red 91 ◦ green 7 ◦ blue 237

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

Shades of Electric Indigo #5B07ED

Tints of Electric Indigo #5B07ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 237 (92.97% from 255) = 70.75%

R = 27.16%
G = 2.09%
B = 70.75%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B07ED (or 0x5B07ED) is known color: Electric Indigo. HEX triplet: 5B, 07 and ED. RGB value is (91,7,237). Sum of RGB (Red+Green+Blue) = 91+7+237=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B07ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B07ED is #A4F812. Grayscale: #393939. Windows color (decimal): -10811411 or 15533915. OLE color: 15533915.

HSL color Cylindrical-coordinate representation of color #5B07ED: hue angle of 261.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B07ED is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 7 237 -
CMYK 0.62 0.97 0 0.07
HSL 261.91º 0.94% 0.48% -
HSV(B) 261.91º 0.97% 0.93% -
XYZ 19.68 8.49 80.72 -
YUV 58.34 228.83 151.3 -
System Red Green Blue C M Y K H S L
Decimal 91 7 237 0.62 0.97 0 0.07 261.91 0.94 0.48
Hex 5B 7 ED 3E 61 0 7 106 5E 30
Octal 133 7 355 76 141 0 7 406 136 60
Binary 1011011 111 11101101 111110 1100001 0 111 100000110 1011110 110000

Color Harmonies of #5B07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B07ED

Black with #5B07ED

Text Example


Text Example

White with #5B07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,7,237); }

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

background-color css

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

 a { background-color: rgb(91,7,237); }

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

border-color css

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

 span { border-color: rgb(91,7,237); }

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