Html Css Color HEX #730FF6 Electric Indigo

📋 copy color: '#730FF6'

red 115 ◦ green 15 ◦ blue 246

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

Shades of Electric Indigo #730FF6

Tints of Electric Indigo #730FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

 BLUE value IS 246 (96.48% from 255) = 65.43%

R = 30.59%
G = 3.99%
B = 65.43%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#730FF6 (or 0x730FF6) is known color: Electric Indigo. HEX triplet: 73, 0F and F6. RGB value is (115,15,246). Sum of RGB (Red+Green+Blue) = 115+15+246=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 246 (96.48% from 255 or 65.43% from 376); Max value from RGB is 246 - color contains mainly: blue. Hex color #730FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FF6 is #8CF009. Grayscale: #464646. Windows color (decimal): -9236490 or 16125811. OLE color: 16125811.

HSL color Cylindrical-coordinate representation of color #730FF6: hue angle of 265.97º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730FF6 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 15 246 -
CMYK 0.53 0.94 0 0.04
HSL 265.97º 0.93% 0.51% -
HSV(B) 265.97º 0.94% 0.96% -
XYZ 23.88 10.64 87.98 -
YUV 71.23 226.63 159.22 -
System Red Green Blue C M Y K H S L
Decimal 115 15 246 0.53 0.94 0 0.04 265.97 0.93 0.51
Hex 73 F F6 35 5E 0 4 10A 5D 33
Octal 163 17 366 65 136 0 4 412 135 63
Binary 1110011 1111 11110110 110101 1011110 0 100 100001010 1011101 110011

Color Harmonies of #730FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FF6

Black with #730FF6

Text Example


Text Example

White with #730FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,246); }

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

background-color css

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

 a { background-color: rgb(115,15,246); }

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

border-color css

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

 span { border-color: rgb(115,15,246); }

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