Html Css Color HEX #8D04FD Electric Indigo

📋 copy color: '#8D04FD'

red 141 ◦ green 4 ◦ blue 253

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

Shades of Electric Indigo #8D04FD

Tints of Electric Indigo #8D04FD

RGB

 RED value IS 141 (55.47% from 255) = 35.43%

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

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

R = 35.43%
G = 1.01%
B = 63.57%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D04FD (or 0x8D04FD) is known color: Electric Indigo. HEX triplet: 8D, 04 and FD. RGB value is (141,4,253). Sum of RGB (Red+Green+Blue) = 141+4+253=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D04FD is #72FB02. Grayscale: #484848. Windows color (decimal): -7535363 or 16581773. OLE color: 16581773.

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

Color convert

RGB 141 4 253 -
CMYK 0.44 0.98 0 0.01
HSL 273.01º 0.98% 0.5% -
HSV(B) 273.01º 0.98% 0.99% -
XYZ 28.76 12.84 93.89 -
YUV 73.35 229.39 176.25 -
System Red Green Blue C M Y K H S L
Decimal 141 4 253 0.44 0.98 0 0.01 273.01 0.98 0.5
Hex 8D 4 FD 2C 62 0 1 111 62 32
Octal 215 4 375 54 142 0 1 421 142 62
Binary 10001101 100 11111101 101100 1100010 0 1 100010001 1100010 110010

Color Harmonies of #8D04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D04FD

Black with #8D04FD

Text Example


Text Example

White with #8D04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D04FD; }

 p { color: rgb(141,4,253); }

 H1.HeaderClassName
 {
   color: #8D04FD;
 }
 .AnyTagClassName
 {
   color: #8D04FD;
 }
</style>

background-color css

<style>
 a { background-color: #8D04FD; }

 a { background-color: rgb(141,4,253); }

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

border-color css

<style>
 span { border-color: #8D04FD; }

 span { border-color: rgb(141,4,253); }

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