Html Css Color HEX #730DEB Electric Indigo

📋 copy color: '#730DEB'

red 115 ◦ green 13 ◦ blue 235

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

Shades of Electric Indigo #730DEB

Tints of Electric Indigo #730DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 31.68%
G = 3.58%
B = 64.74%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#730DEB (or 0x730DEB) is known color: Electric Indigo. HEX triplet: 73, 0D and EB. RGB value is (115,13,235). Sum of RGB (Red+Green+Blue) = 115+13+235=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #730DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DEB is #8CF214. Grayscale: #444444. Windows color (decimal): -9237013 or 15404403. OLE color: 15404403.

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

Color convert

RGB 115 13 235 -
CMYK 0.51 0.94 0 0.08
HSL 267.57º 0.9% 0.49% -
HSV(B) 267.57º 0.94% 0.92% -
XYZ 22.21 9.93 79.34 -
YUV 68.81 221.79 160.95 -
System Red Green Blue C M Y K H S L
Decimal 115 13 235 0.51 0.94 0 0.08 267.57 0.9 0.49
Hex 73 D EB 33 5E 0 8 10C 5A 31
Octal 163 15 353 63 136 0 10 414 132 61
Binary 1110011 1101 11101011 110011 1011110 0 1000 100001100 1011010 110001

Color Harmonies of #730DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DEB

Black with #730DEB

Text Example


Text Example

White with #730DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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