Html Css Color HEX #7305DE Electric Indigo

📋 copy color: '#7305DE'

red 115 ◦ green 5 ◦ blue 222

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

Shades of Electric Indigo #7305DE

Tints of Electric Indigo #7305DE

RGB

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

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

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

R = 33.63%
G = 1.46%
B = 64.91%

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

#7305DE (or 0x7305DE) is known color: Electric Indigo. HEX triplet: 73, 05 and DE. RGB value is (115,5,222). Sum of RGB (Red+Green+Blue) = 115+5+222=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #7305DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305DE is #8CFA21. Grayscale: #3D3D3D. Windows color (decimal): -9239074 or 14550387. OLE color: 14550387.

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

Color convert

RGB 115 5 222 -
CMYK 0.48 0.98 0 0.13
HSL 270.41º 0.96% 0.45% -
HSV(B) 270.41º 0.98% 0.87% -
XYZ 20.31 9.03 69.78 -
YUV 62.63 217.94 165.36 -
System Red Green Blue C M Y K H S L
Decimal 115 5 222 0.48 0.98 0 0.13 270.41 0.96 0.45
Hex 73 5 DE 30 62 0 D 10E 60 2D
Octal 163 5 336 60 142 0 15 416 140 55
Binary 1110011 101 11011110 110000 1100010 0 1101 100001110 1100000 101101

Color Harmonies of #7305DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7305DE

Black with #7305DE

Text Example


Text Example

White with #7305DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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