Html Css Color HEX #730BFB Electric Indigo

📋 copy color: '#730BFB'

red 115 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #730BFB

Tints of Electric Indigo #730BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.92%

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

R = 30.5%
G = 2.92%
B = 66.58%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#730BFB (or 0x730BFB) is known color: Electric Indigo. HEX triplet: 73, 0B and FB. RGB value is (115,11,251). Sum of RGB (Red+Green+Blue) = 115+11+251=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #730BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BFB is #8CF404. Grayscale: #444444. Windows color (decimal): -9237509 or 16452467. OLE color: 16452467.

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

Color convert

RGB 115 11 251 -
CMYK 0.54 0.96 0 0.02
HSL 266º 0.97% 0.51% -
HSV(B) 266º 0.96% 0.98% -
XYZ 24.6 10.85 92.06 -
YUV 69.46 230.46 160.49 -
System Red Green Blue C M Y K H S L
Decimal 115 11 251 0.54 0.96 0 0.02 266 0.97 0.51
Hex 73 B FB 36 60 0 2 10A 61 33
Octal 163 13 373 66 140 0 2 412 141 63
Binary 1110011 1011 11111011 110110 1100000 0 10 100001010 1100001 110011

Color Harmonies of #730BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BFB

Black with #730BFB

Text Example


Text Example

White with #730BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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