Html Css Color HEX #700CFC Electric Indigo

📋 copy color: '#700CFC'

red 112 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #700CFC

Tints of Electric Indigo #700CFC

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

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

 BLUE value IS 252 (98.83% from 255) = 67.02%

R = 29.79%
G = 3.19%
B = 67.02%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#700CFC (or 0x700CFC) is known color: Electric Indigo. HEX triplet: 70, 0C and FC. RGB value is (112,12,252). Sum of RGB (Red+Green+Blue) = 112+12+252=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #700CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CFC is #8FF303. Grayscale: #444444. Windows color (decimal): -9433860 or 16518256. OLE color: 16518256.

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

Color convert

RGB 112 12 252 -
CMYK 0.56 0.95 0 0.01
HSL 265º 0.98% 0.52% -
HSV(B) 265º 0.95% 0.99% -
XYZ 24.38 10.74 92.88 -
YUV 69.26 231.13 158.49 -
System Red Green Blue C M Y K H S L
Decimal 112 12 252 0.56 0.95 0 0.01 265 0.98 0.52
Hex 70 C FC 38 5F 0 1 109 62 34
Octal 160 14 374 70 137 0 1 411 142 64
Binary 1110000 1100 11111100 111000 1011111 0 1 100001001 1100010 110100

Color Harmonies of #700CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CFC

Black with #700CFC

Text Example


Text Example

White with #700CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700CFC; }

 p { color: rgb(112,12,252); }

 H1.HeaderClassName
 {
   color: #700CFC;
 }
 .AnyTagClassName
 {
   color: #700CFC;
 }
</style>

background-color css

<style>
 a { background-color: #700CFC; }

 a { background-color: rgb(112,12,252); }

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

border-color css

<style>
 span { border-color: #700CFC; }

 span { border-color: rgb(112,12,252); }

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