Html Css Color HEX #730DF6 Electric Indigo

📋 copy color: '#730DF6'

red 115 ◦ green 13 ◦ blue 246

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

Shades of Electric Indigo #730DF6

Tints of Electric Indigo #730DF6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.48%

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

R = 30.75%
G = 3.48%
B = 65.78%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#730DF6 (or 0x730DF6) is known color: Electric Indigo. HEX triplet: 73, 0D and F6. RGB value is (115,13,246). Sum of RGB (Red+Green+Blue) = 115+13+246=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #730DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DF6 is #8CF209. Grayscale: #454545. Windows color (decimal): -9237002 or 16125299. OLE color: 16125299.

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

Color convert

RGB 115 13 246 -
CMYK 0.53 0.95 0 0.04
HSL 266.27º 0.93% 0.51% -
HSV(B) 266.27º 0.95% 0.96% -
XYZ 23.85 10.59 87.98 -
YUV 70.06 227.29 160.05 -
System Red Green Blue C M Y K H S L
Decimal 115 13 246 0.53 0.95 0 0.04 266.27 0.93 0.51
Hex 73 D F6 35 5F 0 4 10A 5D 33
Octal 163 15 366 65 137 0 4 412 135 63
Binary 1110011 1101 11110110 110101 1011111 0 100 100001010 1011101 110011

Color Harmonies of #730DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DF6

Black with #730DF6

Text Example


Text Example

White with #730DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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