Html Css Color HEX #730CF6 Electric Indigo

📋 copy color: '#730CF6'

red 115 ◦ green 12 ◦ blue 246

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

Shades of Electric Indigo #730CF6

Tints of Electric Indigo #730CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.22%

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

R = 30.83%
G = 3.22%
B = 65.95%

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

#730CF6 (or 0x730CF6) is known color: Electric Indigo. HEX triplet: 73, 0C and F6. RGB value is (115,12,246). Sum of RGB (Red+Green+Blue) = 115+12+246=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #730CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CF6 is #8CF309. Grayscale: #444444. Windows color (decimal): -9237258 or 16125043. OLE color: 16125043.

HSL color Cylindrical-coordinate representation of color #730CF6: hue angle of 266.41º 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 #730CF6 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 12 246 -
CMYK 0.53 0.95 0 0.04
HSL 266.41º 0.93% 0.51% -
HSV(B) 266.41º 0.95% 0.96% -
XYZ 23.84 10.56 87.97 -
YUV 69.47 227.62 160.47 -
System Red Green Blue C M Y K H S L
Decimal 115 12 246 0.53 0.95 0 0.04 266.41 0.93 0.51
Hex 73 C F6 35 5F 0 4 10A 5D 33
Octal 163 14 366 65 137 0 4 412 135 63
Binary 1110011 1100 11110110 110101 1011111 0 100 100001010 1011101 110011

Color Harmonies of #730CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CF6

Black with #730CF6

Text Example


Text Example

White with #730CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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