Html Css Color HEX #7F00F3 Electric Indigo

📋 copy color: '#7F00F3'

red 127 ◦ green 0 ◦ blue 243

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

Shades of Electric Indigo #7F00F3

Tints of Electric Indigo #7F00F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 65.68%

R = 34.32%
G = 0%
B = 65.68%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F00F3 (or 0x7F00F3) is known color: Electric Indigo. HEX triplet: 7F, 00 and F3. RGB value is (127,0,243). Sum of RGB (Red+Green+Blue) = 127+0+243=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F00F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00F3 is #80FF0C. Grayscale: #404040. Windows color (decimal): -8453901 or 15925375. OLE color: 15925375.

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

Color convert

RGB 127 0 243 -
CMYK 0.48 1 0 0.05
HSL 271.36º 1% 0.48% -
HSV(B) 271.36º 1% 0.95% -
XYZ 24.93 10.98 85.6 -
YUV 65.68 228.08 171.74 -
System Red Green Blue C M Y K H S L
Decimal 127 0 243 0.48 1 0 0.05 271.36 1 0.48
Hex 7F 0 F3 30 64 0 5 10F 64 30
Octal 177 0 363 60 144 0 5 417 144 60
Binary 1111111 0 11110011 110000 1100100 0 101 100001111 1100100 110000

Color Harmonies of #7F00F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00F3

Black with #7F00F3

Text Example


Text Example

White with #7F00F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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