Html Css Color HEX #730EFB Electric Indigo

📋 copy color: '#730EFB'

red 115 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #730EFB

Tints of Electric Indigo #730EFB

RGB

 RED value IS 115 (45.31% from 255) = 30.26%

 GREEN value IS 14 (5.86% from 255) = 3.68%

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

R = 30.26%
G = 3.68%
B = 66.05%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#730EFB (or 0x730EFB) is known color: Electric Indigo. HEX triplet: 73, 0E and FB. RGB value is (115,14,251). Sum of RGB (Red+Green+Blue) = 115+14+251=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #730EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730EFB is #8CF104. Grayscale: #464646. Windows color (decimal): -9236741 or 16453235. OLE color: 16453235.

HSL color Cylindrical-coordinate representation of color #730EFB: hue angle of 265.57º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730EFB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 14 251 -
CMYK 0.54 0.94 0 0.02
HSL 265.57º 0.97% 0.52% -
HSV(B) 265.57º 0.94% 0.98% -
XYZ 24.64 10.92 92.08 -
YUV 71.22 229.46 159.23 -
System Red Green Blue C M Y K H S L
Decimal 115 14 251 0.54 0.94 0 0.02 265.57 0.97 0.52
Hex 73 E FB 36 5E 0 2 10A 61 34
Octal 163 16 373 66 136 0 2 412 141 64
Binary 1110011 1110 11111011 110110 1011110 0 10 100001010 1100001 110100

Color Harmonies of #730EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730EFB

Black with #730EFB

Text Example


Text Example

White with #730EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730EFB; }

 p { color: rgb(115,14,251); }

 H1.HeaderClassName
 {
   color: #730EFB;
 }
 .AnyTagClassName
 {
   color: #730EFB;
 }
</style>

background-color css

<style>
 a { background-color: #730EFB; }

 a { background-color: rgb(115,14,251); }

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

border-color css

<style>
 span { border-color: #730EFB; }

 span { border-color: rgb(115,14,251); }

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