Html Css Color HEX #7F0AFD Electric Indigo

📋 copy color: '#7F0AFD'

red 127 ◦ green 10 ◦ blue 253

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

Shades of Electric Indigo #7F0AFD

Tints of Electric Indigo #7F0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

 BLUE value IS 253 (99.22% from 255) = 64.87%

R = 32.56%
G = 2.56%
B = 64.87%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F0AFD (or 0x7F0AFD) is known color: Electric Indigo. HEX triplet: 7F, 0A and FD. RGB value is (127,10,253). Sum of RGB (Red+Green+Blue) = 127+10+253=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F0AFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0AFD is #80F502. Grayscale: #474747. Windows color (decimal): -8451331 or 16583295. OLE color: 16583295.

HSL color Cylindrical-coordinate representation of color #7F0AFD: hue angle of 268.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0AFD is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 10 253 -
CMYK 0.50 0.96 0 0.01
HSL 268.89º 0.98% 0.52% -
HSV(B) 268.89º 0.96% 0.99% -
XYZ 26.59 11.82 93.81 -
YUV 72.69 229.76 166.74 -
System Red Green Blue C M Y K H S L
Decimal 127 10 253 0.50 0.96 0 0.01 268.89 0.98 0.52
Hex 7F A FD 32 60 0 1 10D 62 34
Octal 177 12 375 62 140 0 1 415 142 64
Binary 1111111 1010 11111101 110010 1100000 0 1 100001101 1100010 110100

Color Harmonies of #7F0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0AFD

Black with #7F0AFD

Text Example


Text Example

White with #7F0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,10,253); }

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

background-color css

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

 a { background-color: rgb(127,10,253); }

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

border-color css

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

 span { border-color: rgb(127,10,253); }

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