Html Css Color HEX #750BE3 Electric Indigo

📋 copy color: '#750BE3'

red 117 ◦ green 11 ◦ blue 227

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

Shades of Electric Indigo #750BE3

Tints of Electric Indigo #750BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 63.94%

R = 32.96%
G = 3.1%
B = 63.94%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#750BE3 (or 0x750BE3) is known color: Electric Indigo. HEX triplet: 75, 0B and E3. RGB value is (117,11,227). Sum of RGB (Red+Green+Blue) = 117+11+227=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 227 (89.06% from 255 or 63.94% from 355); Max value from RGB is 227 - color contains mainly: blue. Hex color #750BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BE3 is #8AF41C. Grayscale: #424242. Windows color (decimal): -9106461 or 14879605. OLE color: 14879605.

HSL color Cylindrical-coordinate representation of color #750BE3: hue angle of 269.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BE3 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 11 227 -
CMYK 0.48 0.95 0 0.11
HSL 269.44º 0.91% 0.47% -
HSV(B) 269.44º 0.95% 0.89% -
XYZ 21.32 9.57 73.4 -
YUV 67.32 218.12 163.44 -
System Red Green Blue C M Y K H S L
Decimal 117 11 227 0.48 0.95 0 0.11 269.44 0.91 0.47
Hex 75 B E3 30 5F 0 B 10D 5B 2F
Octal 165 13 343 60 137 0 13 415 133 57
Binary 1110101 1011 11100011 110000 1011111 0 1011 100001101 1011011 101111

Color Harmonies of #750BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BE3

Black with #750BE3

Text Example


Text Example

White with #750BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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