Html Css Color HEX #700CFB Electric Indigo

📋 copy color: '#700CFB'

red 112 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #700CFB

Tints of Electric Indigo #700CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 29.87%
G = 3.2%
B = 66.93%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#700CFB (or 0x700CFB) is known color: Electric Indigo. HEX triplet: 70, 0C and FB. RGB value is (112,12,251). Sum of RGB (Red+Green+Blue) = 112+12+251=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #700CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CFB is #8FF304. Grayscale: #444444. Windows color (decimal): -9433861 or 16452720. OLE color: 16452720.

HSL color Cylindrical-coordinate representation of color #700CFB: hue angle of 265.1º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CFB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 12 251 -
CMYK 0.55 0.95 0 0.02
HSL 265.1º 0.97% 0.52% -
HSV(B) 265.1º 0.95% 0.98% -
XYZ 24.23 10.67 92.05 -
YUV 69.15 230.63 158.57 -
System Red Green Blue C M Y K H S L
Decimal 112 12 251 0.55 0.95 0 0.02 265.1 0.97 0.52
Hex 70 C FB 37 5F 0 2 109 61 34
Octal 160 14 373 67 137 0 2 411 141 64
Binary 1110000 1100 11111011 110111 1011111 0 10 100001001 1100001 110100

Color Harmonies of #700CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CFB

Black with #700CFB

Text Example


Text Example

White with #700CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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