Html Css Color HEX #730BDF Electric Indigo

📋 copy color: '#730BDF'

red 115 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #730BDF

Tints of Electric Indigo #730BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 32.95%
G = 3.15%
B = 63.9%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#730BDF (or 0x730BDF) is known color: Electric Indigo. HEX triplet: 73, 0B and DF. RGB value is (115,11,223). Sum of RGB (Red+Green+Blue) = 115+11+223=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #730BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BDF is #8CF420. Grayscale: #414141. Windows color (decimal): -9237537 or 14617459. OLE color: 14617459.

HSL color Cylindrical-coordinate representation of color #730BDF: hue angle of 269.43º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BDF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 11 223 -
CMYK 0.48 0.95 0 0.13
HSL 269.43º 0.91% 0.46% -
HSV(B) 269.43º 0.95% 0.87% -
XYZ 20.51 9.21 70.51 -
YUV 66.26 216.46 162.76 -
System Red Green Blue C M Y K H S L
Decimal 115 11 223 0.48 0.95 0 0.13 269.43 0.91 0.46
Hex 73 B DF 30 5F 0 D 10D 5B 2E
Octal 163 13 337 60 137 0 15 415 133 56
Binary 1110011 1011 11011111 110000 1011111 0 1101 100001101 1011011 101110

Color Harmonies of #730BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BDF

Black with #730BDF

Text Example


Text Example

White with #730BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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