Html Css Color HEX #730CDE Electric Indigo

📋 copy color: '#730CDE'

red 115 ◦ green 12 ◦ blue 222

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

Shades of Electric Indigo #730CDE

Tints of Electric Indigo #730CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.61%

R = 32.95%
G = 3.44%
B = 63.61%

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

#730CDE (or 0x730CDE) is known color: Electric Indigo. HEX triplet: 73, 0C and DE. RGB value is (115,12,222). Sum of RGB (Red+Green+Blue) = 115+12+222=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #730CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CDE is #8CF321. Grayscale: #424242. Windows color (decimal): -9237282 or 14552179. OLE color: 14552179.

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

Color convert

RGB 115 12 222 -
CMYK 0.48 0.95 0 0.13
HSL 269.43º 0.9% 0.46% -
HSV(B) 269.43º 0.95% 0.87% -
XYZ 20.39 9.18 69.81 -
YUV 66.74 215.62 162.42 -
System Red Green Blue C M Y K H S L
Decimal 115 12 222 0.48 0.95 0 0.13 269.43 0.9 0.46
Hex 73 C DE 30 5F 0 D 10D 5A 2E
Octal 163 14 336 60 137 0 15 415 132 56
Binary 1110011 1100 11011110 110000 1011111 0 1101 100001101 1011010 101110

Color Harmonies of #730CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CDE

Black with #730CDE

Text Example


Text Example

White with #730CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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