Html Css Color HEX #730DEC Electric Indigo

📋 copy color: '#730DEC'

red 115 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #730DEC

Tints of Electric Indigo #730DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 31.59%
G = 3.57%
B = 64.84%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#730DEC (or 0x730DEC) is known color: Electric Indigo. HEX triplet: 73, 0D and EC. RGB value is (115,13,236). Sum of RGB (Red+Green+Blue) = 115+13+236=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #730DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DEC is #8CF213. Grayscale: #444444. Windows color (decimal): -9237012 or 15469939. OLE color: 15469939.

HSL color Cylindrical-coordinate representation of color #730DEC: hue angle of 267.44º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DEC is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 13 236 -
CMYK 0.51 0.94 0 0.07
HSL 267.44º 0.9% 0.49% -
HSV(B) 267.44º 0.94% 0.93% -
XYZ 22.35 9.99 80.11 -
YUV 68.92 222.29 160.87 -
System Red Green Blue C M Y K H S L
Decimal 115 13 236 0.51 0.94 0 0.07 267.44 0.9 0.49
Hex 73 D EC 33 5E 0 7 10B 5A 31
Octal 163 15 354 63 136 0 7 413 132 61
Binary 1110011 1101 11101100 110011 1011110 0 111 100001011 1011010 110001

Color Harmonies of #730DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DEC

Black with #730DEC

Text Example


Text Example

White with #730DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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