Html Css Color HEX #750CFB Electric Indigo

📋 copy color: '#750CFB'

red 117 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #750CFB

Tints of Electric Indigo #750CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 30.79%
G = 3.16%
B = 66.05%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#750CFB (or 0x750CFB) is known color: Electric Indigo. HEX triplet: 75, 0C and FB. RGB value is (117,12,251). Sum of RGB (Red+Green+Blue) = 117+12+251=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #750CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CFB is #8AF304. Grayscale: #454545. Windows color (decimal): -9106181 or 16452725. OLE color: 16452725.

HSL color Cylindrical-coordinate representation of color #750CFB: hue angle of 266.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CFB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 12 251 -
CMYK 0.53 0.95 0 0.02
HSL 266.36º 0.97% 0.52% -
HSV(B) 266.36º 0.95% 0.98% -
XYZ 24.88 11.01 92.08 -
YUV 70.64 229.79 161.07 -
System Red Green Blue C M Y K H S L
Decimal 117 12 251 0.53 0.95 0 0.02 266.36 0.97 0.52
Hex 75 C FB 35 5F 0 2 10A 61 34
Octal 165 14 373 65 137 0 2 412 141 64
Binary 1110101 1100 11111011 110101 1011111 0 10 100001010 1100001 110100

Color Harmonies of #750CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750CFB

Black with #750CFB

Text Example


Text Example

White with #750CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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