Html Css Color HEX #7F04ED Electric Indigo

📋 copy color: '#7F04ED'

red 127 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #7F04ED

Tints of Electric Indigo #7F04ED

RGB

 RED value IS 127 (50% from 255) = 34.51%

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 34.51%
G = 1.09%
B = 64.4%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F04ED (or 0x7F04ED) is known color: Electric Indigo. HEX triplet: 7F, 04 and ED. RGB value is (127,4,237). Sum of RGB (Red+Green+Blue) = 127+4+237=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F04ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F04ED is #80FB12. Grayscale: #424242. Windows color (decimal): -8452883 or 15533183. OLE color: 15533183.

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

Color convert

RGB 127 4 237 -
CMYK 0.46 0.98 0 0.07
HSL 271.67º 0.97% 0.47% -
HSV(B) 271.67º 0.98% 0.93% -
XYZ 24.08 10.71 80.92 -
YUV 67.34 223.75 170.55 -
System Red Green Blue C M Y K H S L
Decimal 127 4 237 0.46 0.98 0 0.07 271.67 0.97 0.47
Hex 7F 4 ED 2E 62 0 7 110 61 2F
Octal 177 4 355 56 142 0 7 420 141 57
Binary 1111111 100 11101101 101110 1100010 0 111 100010000 1100001 101111

Color Harmonies of #7F04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F04ED

Black with #7F04ED

Text Example


Text Example

White with #7F04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,237); }

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

background-color css

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

 a { background-color: rgb(127,4,237); }

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

border-color css

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

 span { border-color: rgb(127,4,237); }

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