Html Css Color HEX #7305DD Electric Indigo

📋 copy color: '#7305DD'

red 115 ◦ green 5 ◦ blue 221

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

Shades of Electric Indigo #7305DD

Tints of Electric Indigo #7305DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 33.72%
G = 1.47%
B = 64.81%

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

#7305DD (or 0x7305DD) is known color: Electric Indigo. HEX triplet: 73, 05 and DD. RGB value is (115,5,221). Sum of RGB (Red+Green+Blue) = 115+5+221=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #7305DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305DD is #8CFA22. Grayscale: #3D3D3D. Windows color (decimal): -9239075 or 14484851. OLE color: 14484851.

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

Color convert

RGB 115 5 221 -
CMYK 0.48 0.98 0 0.13
HSL 270.56º 0.96% 0.44% -
HSV(B) 270.56º 0.98% 0.87% -
XYZ 20.18 8.97 69.08 -
YUV 62.51 217.44 165.44 -
System Red Green Blue C M Y K H S L
Decimal 115 5 221 0.48 0.98 0 0.13 270.56 0.96 0.44
Hex 73 5 DD 30 62 0 D 10F 60 2C
Octal 163 5 335 60 142 0 15 417 140 54
Binary 1110011 101 11011101 110000 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7305DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7305DD

Black with #7305DD

Text Example


Text Example

White with #7305DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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