Html Css Color HEX #751CFB Electric Indigo

📋 copy color: '#751CFB'

red 117 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #751CFB

Tints of Electric Indigo #751CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

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

R = 29.55%
G = 7.07%
B = 63.38%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#751CFB (or 0x751CFB) is known color: Electric Indigo. HEX triplet: 75, 1C and FB. RGB value is (117,28,251). Sum of RGB (Red+Green+Blue) = 117+28+251=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #751CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CFB is #8AE304. Grayscale: #4F4F4F. Windows color (decimal): -9102085 or 16456821. OLE color: 16456821.

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

Color convert

RGB 117 28 251 -
CMYK 0.53 0.89 0 0.02
HSL 263.95º 0.97% 0.55% -
HSV(B) 263.95º 0.89% 0.98% -
XYZ 25.16 11.58 92.18 -
YUV 80.03 224.49 154.37 -
System Red Green Blue C M Y K H S L
Decimal 117 28 251 0.53 0.89 0 0.02 263.95 0.97 0.55
Hex 75 1C FB 35 59 0 2 108 61 37
Octal 165 34 373 65 131 0 2 410 141 67
Binary 1110101 11100 11111011 110101 1011001 0 10 100001000 1100001 110111

Color Harmonies of #751CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CFB

Black with #751CFB

Text Example


Text Example

White with #751CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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