Html Css Color HEX #7304DD Electric Indigo

📋 copy color: '#7304DD'

red 115 ◦ green 4 ◦ blue 221

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

Shades of Electric Indigo #7304DD

Tints of Electric Indigo #7304DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 33.82%
G = 1.18%
B = 65%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7304DD (or 0x7304DD) is known color: Electric Indigo. HEX triplet: 73, 04 and DD. RGB value is (115,4,221). Sum of RGB (Red+Green+Blue) = 115+4+221=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #7304DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7304DD is #8CFB22. Grayscale: #3D3D3D. Windows color (decimal): -9239331 or 14484595. OLE color: 14484595.

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

Color convert

RGB 115 4 221 -
CMYK 0.48 0.98 0 0.13
HSL 270.69º 0.96% 0.44% -
HSV(B) 270.69º 0.98% 0.87% -
XYZ 20.16 8.95 69.07 -
YUV 61.93 217.77 165.86 -
System Red Green Blue C M Y K H S L
Decimal 115 4 221 0.48 0.98 0 0.13 270.69 0.96 0.44
Hex 73 4 DD 30 62 0 D 10F 60 2C
Octal 163 4 335 60 142 0 15 417 140 54
Binary 1110011 100 11011101 110000 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7304DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7304DD

Black with #7304DD

Text Example


Text Example

White with #7304DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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