Html Css Color HEX #780CEE Electric Indigo

📋 copy color: '#780CEE'

red 120 ◦ green 12 ◦ blue 238

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

Shades of Electric Indigo #780CEE

Tints of Electric Indigo #780CEE

RGB

 RED value IS 120 (47.27% from 255) = 32.43%

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 32.43%
G = 3.24%
B = 64.32%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#780CEE (or 0x780CEE) is known color: Electric Indigo. HEX triplet: 78, 0C and EE. RGB value is (120,12,238). Sum of RGB (Red+Green+Blue) = 120+12+238=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #780CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CEE is #87F311. Grayscale: #454545. Windows color (decimal): -8909586 or 15600760. OLE color: 15600760.

HSL color Cylindrical-coordinate representation of color #780CEE: hue angle of 268.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CEE is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 12 238 -
CMYK 0.50 0.95 0 0.07
HSL 268.67º 0.9% 0.49% -
HSV(B) 268.67º 0.95% 0.93% -
XYZ 23.31 10.43 81.67 -
YUV 70.06 222.78 163.62 -
System Red Green Blue C M Y K H S L
Decimal 120 12 238 0.50 0.95 0 0.07 268.67 0.9 0.49
Hex 78 C EE 32 5F 0 7 10D 5A 31
Octal 170 14 356 62 137 0 7 415 132 61
Binary 1111000 1100 11101110 110010 1011111 0 111 100001101 1011010 110001

Color Harmonies of #780CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780CEE

Black with #780CEE

Text Example


Text Example

White with #780CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780CEE; }

 p { color: rgb(120,12,238); }

 H1.HeaderClassName
 {
   color: #780CEE;
 }
 .AnyTagClassName
 {
   color: #780CEE;
 }
</style>

background-color css

<style>
 a { background-color: #780CEE; }

 a { background-color: rgb(120,12,238); }

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

border-color css

<style>
 span { border-color: #780CEE; }

 span { border-color: rgb(120,12,238); }

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