Html Css Color HEX #7309DD Electric Indigo

📋 copy color: '#7309DD'

red 115 ◦ green 9 ◦ blue 221

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

Shades of Electric Indigo #7309DD

Tints of Electric Indigo #7309DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

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

R = 33.33%
G = 2.61%
B = 64.06%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7309DD (or 0x7309DD) is known color: Electric Indigo. HEX triplet: 73, 09 and DD. RGB value is (115,9,221). Sum of RGB (Red+Green+Blue) = 115+9+221=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #7309DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309DD is #8CF622. Grayscale: #404040. Windows color (decimal): -9238051 or 14485875. OLE color: 14485875.

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

Color convert

RGB 115 9 221 -
CMYK 0.48 0.96 0 0.13
HSL 270º 0.92% 0.45% -
HSV(B) 270º 0.96% 0.87% -
XYZ 20.22 9.06 69.09 -
YUV 64.86 216.12 163.76 -
System Red Green Blue C M Y K H S L
Decimal 115 9 221 0.48 0.96 0 0.13 270 0.92 0.45
Hex 73 9 DD 30 60 0 D 10E 5C 2D
Octal 163 11 335 60 140 0 15 416 134 55
Binary 1110011 1001 11011101 110000 1100000 0 1101 100001110 1011100 101101

Color Harmonies of #7309DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309DD

Black with #7309DD

Text Example


Text Example

White with #7309DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7309DD; }

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

 H1.HeaderClassName
 {
   color: #7309DD;
 }
 .AnyTagClassName
 {
   color: #7309DD;
 }
</style>

background-color css

<style>
 a { background-color: #7309DD; }

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

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

border-color css

<style>
 span { border-color: #7309DD; }

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

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