Html Css Color HEX #7409DF Electric Indigo

📋 copy color: '#7409DF'

red 116 ◦ green 9 ◦ blue 223

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

Shades of Electric Indigo #7409DF

Tints of Electric Indigo #7409DF

RGB

 RED value IS 116 (45.7% from 255) = 33.33%

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

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

R = 33.33%
G = 2.59%
B = 64.08%

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

#7409DF (or 0x7409DF) is known color: Electric Indigo. HEX triplet: 74, 09 and DF. RGB value is (116,9,223). Sum of RGB (Red+Green+Blue) = 116+9+223=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #7409DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409DF is #8BF620. Grayscale: #404040. Windows color (decimal): -9172513 or 14616948. OLE color: 14616948.

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

Color convert

RGB 116 9 223 -
CMYK 0.48 0.96 0 0.13
HSL 270º 0.92% 0.45% -
HSV(B) 270º 0.96% 0.87% -
XYZ 20.62 9.24 70.51 -
YUV 65.39 216.95 164.1 -
System Red Green Blue C M Y K H S L
Decimal 116 9 223 0.48 0.96 0 0.13 270 0.92 0.45
Hex 74 9 DF 30 60 0 D 10E 5C 2D
Octal 164 11 337 60 140 0 15 416 134 55
Binary 1110100 1001 11011111 110000 1100000 0 1101 100001110 1011100 101101

Color Harmonies of #7409DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7409DF

Black with #7409DF

Text Example


Text Example

White with #7409DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,9,223); }

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

background-color css

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

 a { background-color: rgb(116,9,223); }

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

border-color css

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

 span { border-color: rgb(116,9,223); }

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