Html Css Color HEX #7504DF Electric Indigo

📋 copy color: '#7504DF'

red 117 ◦ green 4 ◦ blue 223

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

Shades of Electric Indigo #7504DF

Tints of Electric Indigo #7504DF

RGB

 RED value IS 117 (46.09% from 255) = 34.01%

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 34.01%
G = 1.16%
B = 64.83%

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

#7504DF (or 0x7504DF) is known color: Electric Indigo. HEX triplet: 75, 04 and DF. RGB value is (117,4,223). Sum of RGB (Red+Green+Blue) = 117+4+223=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #7504DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504DF is #8AFB20. Grayscale: #3D3D3D. Windows color (decimal): -9108257 or 14615669. OLE color: 14615669.

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

Color convert

RGB 117 4 223 -
CMYK 0.48 0.98 0 0.13
HSL 270.96º 0.96% 0.45% -
HSV(B) 270.96º 0.98% 0.87% -
XYZ 20.7 9.2 70.5 -
YUV 62.75 218.44 166.69 -
System Red Green Blue C M Y K H S L
Decimal 117 4 223 0.48 0.98 0 0.13 270.96 0.96 0.45
Hex 75 4 DF 30 62 0 D 10F 60 2D
Octal 165 4 337 60 142 0 15 417 140 55
Binary 1110101 100 11011111 110000 1100010 0 1101 100001111 1100000 101101

Color Harmonies of #7504DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504DF

Black with #7504DF

Text Example


Text Example

White with #7504DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7504DF; }

 p { color: rgb(117,4,223); }

 H1.HeaderClassName
 {
   color: #7504DF;
 }
 .AnyTagClassName
 {
   color: #7504DF;
 }
</style>

background-color css

<style>
 a { background-color: #7504DF; }

 a { background-color: rgb(117,4,223); }

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

border-color css

<style>
 span { border-color: #7504DF; }

 span { border-color: rgb(117,4,223); }

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