Html Css Color HEX #7D09E9 Electric Indigo

📋 copy color: '#7D09E9'

red 125 ◦ green 9 ◦ blue 233

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

Shades of Electric Indigo #7D09E9

Tints of Electric Indigo #7D09E9

RGB

 RED value IS 125 (49.22% from 255) = 34.06%

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

 BLUE value IS 233 (91.41% from 255) = 63.49%

R = 34.06%
G = 2.45%
B = 63.49%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D09E9 (or 0x7D09E9) is known color: Electric Indigo. HEX triplet: 7D, 09 and E9. RGB value is (125,9,233). Sum of RGB (Red+Green+Blue) = 125+9+233=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 233 (91.41% from 255 or 63.49% from 367); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D09E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D09E9 is #82F616. Grayscale: #444444. Windows color (decimal): -8582679 or 15272317. OLE color: 15272317.

HSL color Cylindrical-coordinate representation of color #7D09E9: hue angle of 271.07º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09E9 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 9 233 -
CMYK 0.46 0.96 0 0.09
HSL 271.07º 0.93% 0.47% -
HSV(B) 271.07º 0.96% 0.91% -
XYZ 23.26 10.44 77.88 -
YUV 69.22 220.43 167.79 -
System Red Green Blue C M Y K H S L
Decimal 125 9 233 0.46 0.96 0 0.09 271.07 0.93 0.47
Hex 7D 9 E9 2E 60 0 9 10F 5D 2F
Octal 175 11 351 56 140 0 11 417 135 57
Binary 1111101 1001 11101001 101110 1100000 0 1001 100001111 1011101 101111

Color Harmonies of #7D09E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09E9

Black with #7D09E9

Text Example


Text Example

White with #7D09E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D09E9; }

 p { color: rgb(125,9,233); }

 H1.HeaderClassName
 {
   color: #7D09E9;
 }
 .AnyTagClassName
 {
   color: #7D09E9;
 }
</style>

background-color css

<style>
 a { background-color: #7D09E9; }

 a { background-color: rgb(125,9,233); }

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

border-color css

<style>
 span { border-color: #7D09E9; }

 span { border-color: rgb(125,9,233); }

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