Html Css Color HEX #750CEB Electric Indigo

📋 copy color: '#750CEB'

red 117 ◦ green 12 ◦ blue 235

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

Shades of Electric Indigo #750CEB

Tints of Electric Indigo #750CEB

RGB

 RED value IS 117 (46.09% from 255) = 32.14%

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

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 32.14%
G = 3.3%
B = 64.56%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#750CEB (or 0x750CEB) is known color: Electric Indigo. HEX triplet: 75, 0C and EB. RGB value is (117,12,235). Sum of RGB (Red+Green+Blue) = 117+12+235=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #750CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CEB is #8AF314. Grayscale: #444444. Windows color (decimal): -9106197 or 15404149. OLE color: 15404149.

HSL color Cylindrical-coordinate representation of color #750CEB: hue angle of 268.25º 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 #750CEB is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 12 235 -
CMYK 0.50 0.95 0 0.08
HSL 268.25º 0.9% 0.48% -
HSV(B) 268.25º 0.95% 0.92% -
XYZ 22.46 10.04 79.35 -
YUV 68.82 221.79 162.37 -
System Red Green Blue C M Y K H S L
Decimal 117 12 235 0.50 0.95 0 0.08 268.25 0.9 0.48
Hex 75 C EB 32 5F 0 8 10C 5A 30
Octal 165 14 353 62 137 0 10 414 132 60
Binary 1110101 1100 11101011 110010 1011111 0 1000 100001100 1011010 110000

Color Harmonies of #750CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CEB

Black with #750CEB

Text Example


Text Example

White with #750CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750CEB; }

 p { color: rgb(117,12,235); }

 H1.HeaderClassName
 {
   color: #750CEB;
 }
 .AnyTagClassName
 {
   color: #750CEB;
 }
</style>

background-color css

<style>
 a { background-color: #750CEB; }

 a { background-color: rgb(117,12,235); }

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

border-color css

<style>
 span { border-color: #750CEB; }

 span { border-color: rgb(117,12,235); }

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