Html Css Color HEX #730BEE Electric Indigo

📋 copy color: '#730BEE'

red 115 ◦ green 11 ◦ blue 238

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

Shades of Electric Indigo #730BEE

Tints of Electric Indigo #730BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 31.59%
G = 3.02%
B = 65.38%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#730BEE (or 0x730BEE) is known color: Electric Indigo. HEX triplet: 73, 0B and EE. RGB value is (115,11,238). Sum of RGB (Red+Green+Blue) = 115+11+238=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #730BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BEE is #8CF411. Grayscale: #434343. Windows color (decimal): -9237522 or 15600499. OLE color: 15600499.

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

Color convert

RGB 115 11 238 -
CMYK 0.52 0.95 0 0.07
HSL 267.49º 0.91% 0.49% -
HSV(B) 267.49º 0.95% 0.93% -
XYZ 22.62 10.06 81.64 -
YUV 67.97 223.96 161.54 -
System Red Green Blue C M Y K H S L
Decimal 115 11 238 0.52 0.95 0 0.07 267.49 0.91 0.49
Hex 73 B EE 34 5F 0 7 10B 5B 31
Octal 163 13 356 64 137 0 7 413 133 61
Binary 1110011 1011 11101110 110100 1011111 0 111 100001011 1011011 110001

Color Harmonies of #730BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BEE

Black with #730BEE

Text Example


Text Example

White with #730BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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