Html Css Color HEX #7F0BFD Electric Indigo

📋 copy color: '#7F0BFD'

red 127 ◦ green 11 ◦ blue 253

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

Shades of Electric Indigo #7F0BFD

Tints of Electric Indigo #7F0BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

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

R = 32.48%
G = 2.81%
B = 64.71%

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

#7F0BFD (or 0x7F0BFD) is known color: Electric Indigo. HEX triplet: 7F, 0B and FD. RGB value is (127,11,253). Sum of RGB (Red+Green+Blue) = 127+11+253=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F0BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0BFD is #80F402. Grayscale: #484848. Windows color (decimal): -8451075 or 16583551. OLE color: 16583551.

HSL color Cylindrical-coordinate representation of color #7F0BFD: hue angle of 268.76º 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 #7F0BFD is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 11 253 -
CMYK 0.50 0.96 0 0.01
HSL 268.76º 0.98% 0.52% -
HSV(B) 268.76º 0.96% 0.99% -
XYZ 26.6 11.84 93.81 -
YUV 73.27 229.43 166.32 -
System Red Green Blue C M Y K H S L
Decimal 127 11 253 0.50 0.96 0 0.01 268.76 0.98 0.52
Hex 7F B FD 32 60 0 1 10D 62 34
Octal 177 13 375 62 140 0 1 415 142 64
Binary 1111111 1011 11111101 110010 1100000 0 1 100001101 1100010 110100

Color Harmonies of #7F0BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0BFD

Black with #7F0BFD

Text Example


Text Example

White with #7F0BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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