Html Css Color HEX #730BE9 Electric Indigo

📋 copy color: '#730BE9'

red 115 ◦ green 11 ◦ blue 233

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

Shades of Electric Indigo #730BE9

Tints of Electric Indigo #730BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.9%

R = 32.03%
G = 3.06%
B = 64.9%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#730BE9 (or 0x730BE9) is known color: Electric Indigo. HEX triplet: 73, 0B and E9. RGB value is (115,11,233). Sum of RGB (Red+Green+Blue) = 115+11+233=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #730BE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BE9 is #8CF416. Grayscale: #424242. Windows color (decimal): -9237527 or 15272819. OLE color: 15272819.

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

Color convert

RGB 115 11 233 -
CMYK 0.51 0.95 0 0.09
HSL 268.11º 0.91% 0.48% -
HSV(B) 268.11º 0.95% 0.91% -
XYZ 21.9 9.77 77.82 -
YUV 67.4 221.46 161.95 -
System Red Green Blue C M Y K H S L
Decimal 115 11 233 0.51 0.95 0 0.09 268.11 0.91 0.48
Hex 73 B E9 33 5F 0 9 10C 5B 30
Octal 163 13 351 63 137 0 11 414 133 60
Binary 1110011 1011 11101001 110011 1011111 0 1001 100001100 1011011 110000

Color Harmonies of #730BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BE9

Black with #730BE9

Text Example


Text Example

White with #730BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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