Html Css Color HEX #7F00F1 Electric Indigo

📋 copy color: '#7F00F1'

red 127 ◦ green 0 ◦ blue 241

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

Shades of Electric Indigo #7F00F1

Tints of Electric Indigo #7F00F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 241 (94.53% from 255) = 65.49%

R = 34.51%
G = 0%
B = 65.49%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F00F1 (or 0x7F00F1) is known color: Electric Indigo. HEX triplet: 7F, 00 and F1. RGB value is (127,0,241). Sum of RGB (Red+Green+Blue) = 127+0+241=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F00F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00F1 is #80FF0E. Grayscale: #404040. Windows color (decimal): -8453903 or 15794303. OLE color: 15794303.

HSL color Cylindrical-coordinate representation of color #7F00F1: hue angle of 271.62º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00F1 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 0 241 -
CMYK 0.47 1 0 0.05
HSL 271.62º 1% 0.47% -
HSV(B) 271.62º 1% 0.95% -
XYZ 24.63 10.86 84.02 -
YUV 65.45 227.08 171.9 -
System Red Green Blue C M Y K H S L
Decimal 127 0 241 0.47 1 0 0.05 271.62 1 0.47
Hex 7F 0 F1 2F 64 0 5 110 64 2F
Octal 177 0 361 57 144 0 5 420 144 57
Binary 1111111 0 11110001 101111 1100100 0 101 100010000 1100100 101111

Color Harmonies of #7F00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00F1

Black with #7F00F1

Text Example


Text Example

White with #7F00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,241); }

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

background-color css

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

 a { background-color: rgb(127,0,241); }

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

border-color css

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

 span { border-color: rgb(127,0,241); }

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