Html Css Color HEX #870CFD Electric Indigo

📋 copy color: '#870CFD'

red 135 ◦ green 12 ◦ blue 253

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

Shades of Electric Indigo #870CFD

Tints of Electric Indigo #870CFD

RGB

 RED value IS 135 (53.13% from 255) = 33.75%

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

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

R = 33.75%
G = 3%
B = 63.25%

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

#870CFD (or 0x870CFD) is known color: Electric Indigo. HEX triplet: 87, 0C and FD. RGB value is (135,12,253). Sum of RGB (Red+Green+Blue) = 135+12+253=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #870CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CFD is #78F302. Grayscale: #4B4B4B. Windows color (decimal): -7926531 or 16583815. OLE color: 16583815.

HSL color Cylindrical-coordinate representation of color #870CFD: hue angle of 270.62º 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 #870CFD is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 12 253 -
CMYK 0.47 0.95 0 0.01
HSL 270.62º 0.98% 0.52% -
HSV(B) 270.62º 0.95% 0.99% -
XYZ 27.85 12.51 93.87 -
YUV 76.25 227.75 169.9 -
System Red Green Blue C M Y K H S L
Decimal 135 12 253 0.47 0.95 0 0.01 270.62 0.98 0.52
Hex 87 C FD 2F 5F 0 1 10F 62 34
Octal 207 14 375 57 137 0 1 417 142 64
Binary 10000111 1100 11111101 101111 1011111 0 1 100001111 1100010 110100

Color Harmonies of #870CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870CFD

Black with #870CFD

Text Example


Text Example

White with #870CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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