Html Css Color HEX #8C03FD Electric Indigo

📋 copy color: '#8C03FD'

red 140 ◦ green 3 ◦ blue 253

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

Shades of Electric Indigo #8C03FD

Tints of Electric Indigo #8C03FD

RGB

 RED value IS 140 (55.08% from 255) = 35.35%

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 35.35%
G = 0.76%
B = 63.89%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C03FD (or 0x8C03FD) is known color: Electric Indigo. HEX triplet: 8C, 03 and FD. RGB value is (140,3,253). Sum of RGB (Red+Green+Blue) = 140+3+253=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C03FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C03FD is #73FC02. Grayscale: #474747. Windows color (decimal): -7601155 or 16581516. OLE color: 16581516.

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

Color convert

RGB 140 3 253 -
CMYK 0.45 0.99 0 0.01
HSL 272.88º 0.98% 0.5% -
HSV(B) 272.88º 0.99% 0.99% -
XYZ 28.58 12.73 93.88 -
YUV 72.46 229.89 176.17 -
System Red Green Blue C M Y K H S L
Decimal 140 3 253 0.45 0.99 0 0.01 272.88 0.98 0.5
Hex 8C 3 FD 2D 63 0 1 111 62 32
Octal 214 3 375 55 143 0 1 421 142 62
Binary 10001100 11 11111101 101101 1100011 0 1 100010001 1100010 110010

Color Harmonies of #8C03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C03FD

Black with #8C03FD

Text Example


Text Example

White with #8C03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,253); }

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

background-color css

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

 a { background-color: rgb(140,3,253); }

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

border-color css

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

 span { border-color: rgb(140,3,253); }

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