Html Css Color HEX #751DFC Electric Indigo

📋 copy color: '#751DFC'

red 117 ◦ green 29 ◦ blue 252

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

Shades of Electric Indigo #751DFC

Tints of Electric Indigo #751DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 29.4%
G = 7.29%
B = 63.32%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#751DFC (or 0x751DFC) is known color: Electric Indigo. HEX triplet: 75, 1D and FC. RGB value is (117,29,252). Sum of RGB (Red+Green+Blue) = 117+29+252=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #751DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751DFC is #8AE203. Grayscale: #4F4F4F. Windows color (decimal): -9101828 or 16522613. OLE color: 16522613.

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

Color convert

RGB 117 29 252 -
CMYK 0.54 0.88 0 0.01
HSL 263.68º 0.97% 0.55% -
HSV(B) 263.68º 0.88% 0.99% -
XYZ 25.35 11.69 93.02 -
YUV 80.73 224.65 153.87 -
System Red Green Blue C M Y K H S L
Decimal 117 29 252 0.54 0.88 0 0.01 263.68 0.97 0.55
Hex 75 1D FC 36 58 0 1 108 61 37
Octal 165 35 374 66 130 0 1 410 141 67
Binary 1110101 11101 11111100 110110 1011000 0 1 100001000 1100001 110111

Color Harmonies of #751DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DFC

Black with #751DFC

Text Example


Text Example

White with #751DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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