Html Css Color HEX #730BEC Electric Indigo

📋 copy color: '#730BEC'

red 115 ◦ green 11 ◦ blue 236

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

Shades of Electric Indigo #730BEC

Tints of Electric Indigo #730BEC

RGB

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

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

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

R = 31.77%
G = 3.04%
B = 65.19%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#730BEC (or 0x730BEC) is known color: Electric Indigo. HEX triplet: 73, 0B and EC. RGB value is (115,11,236). Sum of RGB (Red+Green+Blue) = 115+11+236=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #730BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BEC is #8CF413. Grayscale: #424242. Windows color (decimal): -9237524 or 15469427. OLE color: 15469427.

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

Color convert

RGB 115 11 236 -
CMYK 0.51 0.95 0 0.07
HSL 267.73º 0.91% 0.48% -
HSV(B) 267.73º 0.95% 0.93% -
XYZ 22.33 9.94 80.1 -
YUV 67.75 222.96 161.7 -
System Red Green Blue C M Y K H S L
Decimal 115 11 236 0.51 0.95 0 0.07 267.73 0.91 0.48
Hex 73 B EC 33 5F 0 7 10C 5B 30
Octal 163 13 354 63 137 0 7 414 133 60
Binary 1110011 1011 11101100 110011 1011111 0 111 100001100 1011011 110000

Color Harmonies of #730BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BEC

Black with #730BEC

Text Example


Text Example

White with #730BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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