Html Css Color HEX #751CFC Electric Indigo

📋 copy color: '#751CFC'

red 117 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #751CFC

Tints of Electric Indigo #751CFC

RGB

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

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

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

R = 29.47%
G = 7.05%
B = 63.48%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#751CFC (or 0x751CFC) is known color: Electric Indigo. HEX triplet: 75, 1C and FC. RGB value is (117,28,252). Sum of RGB (Red+Green+Blue) = 117+28+252=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #751CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CFC is #8AE303. Grayscale: #4F4F4F. Windows color (decimal): -9102084 or 16522357. OLE color: 16522357.

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

Color convert

RGB 117 28 252 -
CMYK 0.54 0.89 0 0.01
HSL 263.84º 0.97% 0.55% -
HSV(B) 263.84º 0.89% 0.99% -
XYZ 25.32 11.64 93.01 -
YUV 80.15 224.99 154.29 -
System Red Green Blue C M Y K H S L
Decimal 117 28 252 0.54 0.89 0 0.01 263.84 0.97 0.55
Hex 75 1C FC 36 59 0 1 108 61 37
Octal 165 34 374 66 131 0 1 410 141 67
Binary 1110101 11100 11111100 110110 1011001 0 1 100001000 1100001 110111

Color Harmonies of #751CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CFC

Black with #751CFC

Text Example


Text Example

White with #751CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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