Html Css Color HEX #750BE5 Electric Indigo

📋 copy color: '#750BE5'

red 117 ◦ green 11 ◦ blue 229

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

Shades of Electric Indigo #750BE5

Tints of Electric Indigo #750BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.15%

R = 32.77%
G = 3.08%
B = 64.15%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#750BE5 (or 0x750BE5) is known color: Electric Indigo. HEX triplet: 75, 0B and E5. RGB value is (117,11,229). Sum of RGB (Red+Green+Blue) = 117+11+229=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #750BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BE5 is #8AF41A. Grayscale: #424242. Windows color (decimal): -9106459 or 15010677. OLE color: 15010677.

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

Color convert

RGB 117 11 229 -
CMYK 0.49 0.95 0 0.10
HSL 269.17º 0.91% 0.47% -
HSV(B) 269.17º 0.95% 0.9% -
XYZ 21.6 9.68 74.86 -
YUV 67.55 219.12 163.27 -
System Red Green Blue C M Y K H S L
Decimal 117 11 229 0.49 0.95 0 0.10 269.17 0.91 0.47
Hex 75 B E5 31 5F 0 A 10D 5B 2F
Octal 165 13 345 61 137 0 12 415 133 57
Binary 1110101 1011 11100101 110001 1011111 0 1010 100001101 1011011 101111

Color Harmonies of #750BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BE5

Black with #750BE5

Text Example


Text Example

White with #750BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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