Html Css Color HEX #860CFD Electric Indigo

📋 copy color: '#860CFD'

red 134 ◦ green 12 ◦ blue 253

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

Shades of Electric Indigo #860CFD

Tints of Electric Indigo #860CFD

RGB

 RED value IS 134 (52.73% from 255) = 33.58%

 GREEN value IS 12 (5.08% from 255) = 3.01%

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

R = 33.58%
G = 3.01%
B = 63.41%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#860CFD (or 0x860CFD) is known color: Electric Indigo. HEX triplet: 86, 0C and FD. RGB value is (134,12,253). Sum of RGB (Red+Green+Blue) = 134+12+253=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #860CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860CFD is #79F302. Grayscale: #4B4B4B. Windows color (decimal): -7992067 or 16583814. OLE color: 16583814.

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

Color convert

RGB 134 12 253 -
CMYK 0.47 0.95 0 0.01
HSL 270.37º 0.98% 0.52% -
HSV(B) 270.37º 0.95% 0.99% -
XYZ 27.69 12.42 93.87 -
YUV 75.95 227.92 169.4 -
System Red Green Blue C M Y K H S L
Decimal 134 12 253 0.47 0.95 0 0.01 270.37 0.98 0.52
Hex 86 C FD 2F 5F 0 1 10E 62 34
Octal 206 14 375 57 137 0 1 416 142 64
Binary 10000110 1100 11111101 101111 1011111 0 1 100001110 1100010 110100

Color Harmonies of #860CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860CFD

Black with #860CFD

Text Example


Text Example

White with #860CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860CFD; }

 p { color: rgb(134,12,253); }

 H1.HeaderClassName
 {
   color: #860CFD;
 }
 .AnyTagClassName
 {
   color: #860CFD;
 }
</style>

background-color css

<style>
 a { background-color: #860CFD; }

 a { background-color: rgb(134,12,253); }

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

border-color css

<style>
 span { border-color: #860CFD; }

 span { border-color: rgb(134,12,253); }

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