Html Css Color HEX #700CEA Electric Indigo

📋 copy color: '#700CEA'

red 112 ◦ green 12 ◦ blue 234

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

Shades of Electric Indigo #700CEA

Tints of Electric Indigo #700CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 31.28%
G = 3.35%
B = 65.36%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#700CEA (or 0x700CEA) is known color: Electric Indigo. HEX triplet: 70, 0C and EA. RGB value is (112,12,234). Sum of RGB (Red+Green+Blue) = 112+12+234=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #700CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CEA is #8FF315. Grayscale: #424242. Windows color (decimal): -9433878 or 15338608. OLE color: 15338608.

HSL color Cylindrical-coordinate representation of color #700CEA: hue angle of 267.03º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CEA is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 12 234 -
CMYK 0.52 0.95 0 0.08
HSL 267.03º 0.9% 0.48% -
HSV(B) 267.03º 0.95% 0.92% -
XYZ 21.66 9.65 78.56 -
YUV 67.21 222.13 159.95 -
System Red Green Blue C M Y K H S L
Decimal 112 12 234 0.52 0.95 0 0.08 267.03 0.9 0.48
Hex 70 C EA 34 5F 0 8 10B 5A 30
Octal 160 14 352 64 137 0 10 413 132 60
Binary 1110000 1100 11101010 110100 1011111 0 1000 100001011 1011010 110000

Color Harmonies of #700CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CEA

Black with #700CEA

Text Example


Text Example

White with #700CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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