Html Css Color HEX #730DDF Electric Indigo

📋 copy color: '#730DDF'

red 115 ◦ green 13 ◦ blue 223

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

Shades of Electric Indigo #730DDF

Tints of Electric Indigo #730DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.7%

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

R = 32.76%
G = 3.7%
B = 63.53%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#730DDF (or 0x730DDF) is known color: Electric Indigo. HEX triplet: 73, 0D and DF. RGB value is (115,13,223). Sum of RGB (Red+Green+Blue) = 115+13+223=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #730DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DDF is #8CF220. Grayscale: #424242. Windows color (decimal): -9237025 or 14617971. OLE color: 14617971.

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

Color convert

RGB 115 13 223 -
CMYK 0.48 0.94 0 0.13
HSL 269.14º 0.89% 0.46% -
HSV(B) 269.14º 0.94% 0.87% -
XYZ 20.53 9.26 70.52 -
YUV 67.44 215.79 161.92 -
System Red Green Blue C M Y K H S L
Decimal 115 13 223 0.48 0.94 0 0.13 269.14 0.89 0.46
Hex 73 D DF 30 5E 0 D 10D 59 2E
Octal 163 15 337 60 136 0 15 415 131 56
Binary 1110011 1101 11011111 110000 1011110 0 1101 100001101 1011001 101110

Color Harmonies of #730DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DDF

Black with #730DDF

Text Example


Text Example

White with #730DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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