Html Css Color HEX #751BFF Electric Indigo

📋 copy color: '#751BFF'

red 117 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #751BFF

Tints of Electric Indigo #751BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.77%

 BLUE value IS 255 (100% from 255) = 63.91%

R = 29.32%
G = 6.77%
B = 63.91%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#751BFF (or 0x751BFF) is known color: Electric Indigo. HEX triplet: 75, 1B and FF. RGB value is (117,27,255). Sum of RGB (Red+Green+Blue) = 117+27+255=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #751BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751BFF is #8AE400. Grayscale: #4F4F4F. Windows color (decimal): -9102337 or 16718709. OLE color: 16718709.

HSL color Cylindrical-coordinate representation of color #751BFF: hue angle of 263.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751BFF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 27 255 -
CMYK 0.54 0.89 0 0
HSL 263.68º 1% 0.55% -
HSV(B) 263.68º 0.89% 1% -
XYZ 25.78 11.79 95.52 -
YUV 79.9 226.82 154.46 -
System Red Green Blue C M Y K H S L
Decimal 117 27 255 0.54 0.89 0 0 263.68 1 0.55
Hex 75 1B FF 36 59 0 0 108 64 37
Octal 165 33 377 66 131 0 0 410 144 67
Binary 1110101 11011 11111111 110110 1011001 0 0 100001000 1100100 110111

Color Harmonies of #751BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BFF

Black with #751BFF

Text Example


Text Example

White with #751BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751BFF; }

 p { color: rgb(117,27,255); }

 H1.HeaderClassName
 {
   color: #751BFF;
 }
 .AnyTagClassName
 {
   color: #751BFF;
 }
</style>

background-color css

<style>
 a { background-color: #751BFF; }

 a { background-color: rgb(117,27,255); }

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

border-color css

<style>
 span { border-color: #751BFF; }

 span { border-color: rgb(117,27,255); }

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