Html Css Color HEX #730BE6 Electric Indigo

📋 copy color: '#730BE6'

red 115 ◦ green 11 ◦ blue 230

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

Shades of Electric Indigo #730BE6

Tints of Electric Indigo #730BE6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.09%

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

R = 32.3%
G = 3.09%
B = 64.61%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#730BE6 (or 0x730BE6) is known color: Electric Indigo. HEX triplet: 73, 0B and E6. RGB value is (115,11,230). Sum of RGB (Red+Green+Blue) = 115+11+230=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #730BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BE6 is #8CF419. Grayscale: #424242. Windows color (decimal): -9237530 or 15076211. OLE color: 15076211.

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

Color convert

RGB 115 11 230 -
CMYK 0.5 0.95 0 0.10
HSL 268.49º 0.91% 0.47% -
HSV(B) 268.49º 0.95% 0.9% -
XYZ 21.47 9.6 75.58 -
YUV 67.06 219.96 162.19 -
System Red Green Blue C M Y K H S L
Decimal 115 11 230 0.5 0.95 0 0.10 268.49 0.91 0.47
Hex 73 B E6 32 5F 0 A 10C 5B 2F
Octal 163 13 346 62 137 0 12 414 133 57
Binary 1110011 1011 11100110 110010 1011111 0 1010 100001100 1011011 101111

Color Harmonies of #730BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BE6

Black with #730BE6

Text Example


Text Example

White with #730BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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