Html Css Color HEX #751DFB Electric Indigo

📋 copy color: '#751DFB'

red 117 ◦ green 29 ◦ blue 251

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

Shades of Electric Indigo #751DFB

Tints of Electric Indigo #751DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.3%

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

R = 29.47%
G = 7.3%
B = 63.22%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#751DFB (or 0x751DFB) is known color: Electric Indigo. HEX triplet: 75, 1D and FB. RGB value is (117,29,251). Sum of RGB (Red+Green+Blue) = 117+29+251=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #751DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751DFB is #8AE204. Grayscale: #4F4F4F. Windows color (decimal): -9101829 or 16457077. OLE color: 16457077.

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

Color convert

RGB 117 29 251 -
CMYK 0.53 0.88 0 0.02
HSL 263.78º 0.97% 0.55% -
HSV(B) 263.78º 0.88% 0.98% -
XYZ 25.19 11.63 92.18 -
YUV 80.62 224.15 153.95 -
System Red Green Blue C M Y K H S L
Decimal 117 29 251 0.53 0.88 0 0.02 263.78 0.97 0.55
Hex 75 1D FB 35 58 0 2 108 61 37
Octal 165 35 373 65 130 0 2 410 141 67
Binary 1110101 11101 11111011 110101 1011000 0 10 100001000 1100001 110111

Color Harmonies of #751DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DFB

Black with #751DFB

Text Example


Text Example

White with #751DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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