Html Css Color HEX #750BEA Electric Indigo

📋 copy color: '#750BEA'

red 117 ◦ green 11 ◦ blue 234

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

Shades of Electric Indigo #750BEA

Tints of Electric Indigo #750BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

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

R = 32.32%
G = 3.04%
B = 64.64%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#750BEA (or 0x750BEA) is known color: Electric Indigo. HEX triplet: 75, 0B and EA. RGB value is (117,11,234). Sum of RGB (Red+Green+Blue) = 117+11+234=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #750BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BEA is #8AF415. Grayscale: #434343. Windows color (decimal): -9106454 or 15338357. OLE color: 15338357.

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

Color convert

RGB 117 11 234 -
CMYK 0.5 0.95 0 0.08
HSL 268.52º 0.91% 0.48% -
HSV(B) 268.52º 0.95% 0.92% -
XYZ 22.31 9.96 78.59 -
YUV 68.12 221.62 162.87 -
System Red Green Blue C M Y K H S L
Decimal 117 11 234 0.5 0.95 0 0.08 268.52 0.91 0.48
Hex 75 B EA 32 5F 0 8 10D 5B 30
Octal 165 13 352 62 137 0 10 415 133 60
Binary 1110101 1011 11101010 110010 1011111 0 1000 100001101 1011011 110000

Color Harmonies of #750BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BEA

Black with #750BEA

Text Example


Text Example

White with #750BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,234); }

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

background-color css

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

 a { background-color: rgb(117,11,234); }

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

border-color css

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

 span { border-color: rgb(117,11,234); }

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