Html Css Color HEX #730DE7 Electric Indigo

📋 copy color: '#730DE7'

red 115 ◦ green 13 ◦ blue 231

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

Shades of Electric Indigo #730DE7

Tints of Electric Indigo #730DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 64.35%

R = 32.03%
G = 3.62%
B = 64.35%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#730DE7 (or 0x730DE7) is known color: Electric Indigo. HEX triplet: 73, 0D and E7. RGB value is (115,13,231). Sum of RGB (Red+Green+Blue) = 115+13+231=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #730DE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DE7 is #8CF218. Grayscale: #434343. Windows color (decimal): -9237017 or 15142259. OLE color: 15142259.

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

Color convert

RGB 115 13 231 -
CMYK 0.50 0.94 0 0.09
HSL 268.07º 0.89% 0.48% -
HSV(B) 268.07º 0.94% 0.91% -
XYZ 21.64 9.7 76.33 -
YUV 68.35 219.79 161.27 -
System Red Green Blue C M Y K H S L
Decimal 115 13 231 0.50 0.94 0 0.09 268.07 0.89 0.48
Hex 73 D E7 32 5E 0 9 10C 59 30
Octal 163 15 347 62 136 0 11 414 131 60
Binary 1110011 1101 11100111 110010 1011110 0 1001 100001100 1011001 110000

Color Harmonies of #730DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DE7

Black with #730DE7

Text Example


Text Example

White with #730DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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