Html Css Color HEX #730BFA Electric Indigo

📋 copy color: '#730BFA'

red 115 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #730BFA

Tints of Electric Indigo #730BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 30.59%
G = 2.93%
B = 66.49%

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

#730BFA (or 0x730BFA) is known color: Electric Indigo. HEX triplet: 73, 0B and FA. RGB value is (115,11,250). Sum of RGB (Red+Green+Blue) = 115+11+250=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #730BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BFA is #8CF405. Grayscale: #444444. Windows color (decimal): -9237510 or 16386931. OLE color: 16386931.

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

Color convert

RGB 115 11 250 -
CMYK 0.54 0.96 0 0.02
HSL 266.11º 0.96% 0.51% -
HSV(B) 266.11º 0.96% 0.98% -
XYZ 24.45 10.79 91.24 -
YUV 69.34 229.96 160.57 -
System Red Green Blue C M Y K H S L
Decimal 115 11 250 0.54 0.96 0 0.02 266.11 0.96 0.51
Hex 73 B FA 36 60 0 2 10A 60 33
Octal 163 13 372 66 140 0 2 412 140 63
Binary 1110011 1011 11111010 110110 1100000 0 10 100001010 1100000 110011

Color Harmonies of #730BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BFA

Black with #730BFA

Text Example


Text Example

White with #730BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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