Html Css Color HEX #730CDF Electric Indigo

📋 copy color: '#730CDF'

red 115 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #730CDF

Tints of Electric Indigo #730CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 32.86%
G = 3.43%
B = 63.71%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#730CDF (or 0x730CDF) is known color: Electric Indigo. HEX triplet: 73, 0C and DF. RGB value is (115,12,223). Sum of RGB (Red+Green+Blue) = 115+12+223=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #730CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CDF is #8CF320. Grayscale: #424242. Windows color (decimal): -9237281 or 14617715. OLE color: 14617715.

HSL color Cylindrical-coordinate representation of color #730CDF: hue angle of 269.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CDF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 12 223 -
CMYK 0.48 0.95 0 0.13
HSL 269.29º 0.9% 0.46% -
HSV(B) 269.29º 0.95% 0.87% -
XYZ 20.52 9.24 70.51 -
YUV 66.85 216.12 162.34 -
System Red Green Blue C M Y K H S L
Decimal 115 12 223 0.48 0.95 0 0.13 269.29 0.9 0.46
Hex 73 C DF 30 5F 0 D 10D 5A 2E
Octal 163 14 337 60 137 0 15 415 132 56
Binary 1110011 1100 11011111 110000 1011111 0 1101 100001101 1011010 101110

Color Harmonies of #730CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CDF

Black with #730CDF

Text Example


Text Example

White with #730CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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