Html Css Color HEX #730CFF Electric Indigo

📋 copy color: '#730CFF'

red 115 ◦ green 12 ◦ blue 255

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

Shades of Electric Indigo #730CFF

Tints of Electric Indigo #730CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 30.1%
G = 3.14%
B = 66.75%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#730CFF (or 0x730CFF) is known color: Electric Indigo. HEX triplet: 73, 0C and FF. RGB value is (115,12,255). Sum of RGB (Red+Green+Blue) = 115+12+255=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #730CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CFF is #8CF300. Grayscale: #454545. Windows color (decimal): -9237249 or 16714867. OLE color: 16714867.

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

Color convert

RGB 115 12 255 -
CMYK 0.55 0.95 0 0
HSL 265.43º 1% 0.52% -
HSV(B) 265.43º 0.95% 1% -
XYZ 25.25 11.13 95.42 -
YUV 70.5 232.12 159.74 -
System Red Green Blue C M Y K H S L
Decimal 115 12 255 0.55 0.95 0 0 265.43 1 0.52
Hex 73 C FF 37 5F 0 0 109 64 34
Octal 163 14 377 67 137 0 0 411 144 64
Binary 1110011 1100 11111111 110111 1011111 0 0 100001001 1100100 110100

Color Harmonies of #730CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CFF

Black with #730CFF

Text Example


Text Example

White with #730CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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