Html Css Color HEX #730DE6 Electric Indigo

📋 copy color: '#730DE6'

red 115 ◦ green 13 ◦ blue 230

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

Shades of Electric Indigo #730DE6

Tints of Electric Indigo #730DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.25%

R = 32.12%
G = 3.63%
B = 64.25%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#730DE6 (or 0x730DE6) is known color: Electric Indigo. HEX triplet: 73, 0D and E6. RGB value is (115,13,230). Sum of RGB (Red+Green+Blue) = 115+13+230=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #730DE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DE6 is #8CF219. Grayscale: #434343. Windows color (decimal): -9237018 or 15076723. OLE color: 15076723.

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

Color convert

RGB 115 13 230 -
CMYK 0.5 0.94 0 0.10
HSL 268.2º 0.89% 0.48% -
HSV(B) 268.2º 0.94% 0.9% -
XYZ 21.5 9.65 75.59 -
YUV 68.24 219.29 161.36 -
System Red Green Blue C M Y K H S L
Decimal 115 13 230 0.5 0.94 0 0.10 268.2 0.89 0.48
Hex 73 D E6 32 5E 0 A 10C 59 30
Octal 163 15 346 62 136 0 12 414 131 60
Binary 1110011 1101 11100110 110010 1011110 0 1010 100001100 1011001 110000

Color Harmonies of #730DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DE6

Black with #730DE6

Text Example


Text Example

White with #730DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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