Html Css Color HEX #730BDD Electric Indigo

📋 copy color: '#730BDD'

red 115 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #730BDD

Tints of Electric Indigo #730BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 33.14%
G = 3.17%
B = 63.69%

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

#730BDD (or 0x730BDD) is known color: Electric Indigo. HEX triplet: 73, 0B and DD. RGB value is (115,11,221). Sum of RGB (Red+Green+Blue) = 115+11+221=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #730BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BDD is #8CF422. Grayscale: #414141. Windows color (decimal): -9237539 or 14486387. OLE color: 14486387.

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

Color convert

RGB 115 11 221 -
CMYK 0.48 0.95 0 0.13
HSL 269.71º 0.91% 0.45% -
HSV(B) 269.71º 0.95% 0.87% -
XYZ 20.24 9.1 69.1 -
YUV 66.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 115 11 221 0.48 0.95 0 0.13 269.71 0.91 0.45
Hex 73 B DD 30 5F 0 D 10E 5B 2D
Octal 163 13 335 60 137 0 15 416 133 55
Binary 1110011 1011 11011101 110000 1011111 0 1101 100001110 1011011 101101

Color Harmonies of #730BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BDD

Black with #730BDD

Text Example


Text Example

White with #730BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,221); }

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

background-color css

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

 a { background-color: rgb(115,11,221); }

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

border-color css

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

 span { border-color: rgb(115,11,221); }

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