Html Css Color HEX #8400FD Electric Indigo

📋 copy color: '#8400FD'

red 132 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #8400FD

Tints of Electric Indigo #8400FD

RGB

 RED value IS 132 (51.95% from 255) = 34.29%

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

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

R = 34.29%
G = 0%
B = 65.71%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8400FD (or 0x8400FD) is known color: Electric Indigo. HEX triplet: 84, 00 and FD. RGB value is (132,0,253). Sum of RGB (Red+Green+Blue) = 132+0+253=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #8400FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400FD is #7BFF02. Grayscale: #434343. Windows color (decimal): -8126211 or 16580740. OLE color: 16580740.

HSL color Cylindrical-coordinate representation of color #8400FD: hue angle of 271.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400FD is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 0 253 -
CMYK 0.48 1 0 0.01
HSL 271.3º 1% 0.5% -
HSV(B) 271.3º 1% 0.99% -
XYZ 27.25 12 93.81 -
YUV 68.31 232.23 173.43 -
System Red Green Blue C M Y K H S L
Decimal 132 0 253 0.48 1 0 0.01 271.3 1 0.5
Hex 84 0 FD 30 64 0 1 10F 64 32
Octal 204 0 375 60 144 0 1 417 144 62
Binary 10000100 0 11111101 110000 1100100 0 1 100001111 1100100 110010

Color Harmonies of #8400FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400FD

Black with #8400FD

Text Example


Text Example

White with #8400FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8400FD; }

 p { color: rgb(132,0,253); }

 H1.HeaderClassName
 {
   color: #8400FD;
 }
 .AnyTagClassName
 {
   color: #8400FD;
 }
</style>

background-color css

<style>
 a { background-color: #8400FD; }

 a { background-color: rgb(132,0,253); }

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

border-color css

<style>
 span { border-color: #8400FD; }

 span { border-color: rgb(132,0,253); }

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