Html Css Color HEX #7F04FA Electric Indigo

📋 copy color: '#7F04FA'

red 127 ◦ green 4 ◦ blue 250

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

Shades of Electric Indigo #7F04FA

Tints of Electric Indigo #7F04FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.62%

R = 33.33%
G = 1.05%
B = 65.62%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F04FA (or 0x7F04FA) is known color: Electric Indigo. HEX triplet: 7F, 04 and FA. RGB value is (127,4,250). Sum of RGB (Red+Green+Blue) = 127+4+250=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F04FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F04FA is #80FB05. Grayscale: #434343. Windows color (decimal): -8452870 or 16385151. OLE color: 16385151.

HSL color Cylindrical-coordinate representation of color #7F04FA: hue angle of 270º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F04FA is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 4 250 -
CMYK 0.49 0.98 0 0.02
HSL 270º 0.97% 0.5% -
HSV(B) 270º 0.98% 0.98% -
XYZ 26.05 11.5 91.29 -
YUV 68.82 230.25 169.5 -
System Red Green Blue C M Y K H S L
Decimal 127 4 250 0.49 0.98 0 0.02 270 0.97 0.5
Hex 7F 4 FA 31 62 0 2 10E 61 32
Octal 177 4 372 61 142 0 2 416 141 62
Binary 1111111 100 11111010 110001 1100010 0 10 100001110 1100001 110010

Color Harmonies of #7F04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F04FA

Black with #7F04FA

Text Example


Text Example

White with #7F04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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