Html Css Color HEX #751CFA Electric Indigo

📋 copy color: '#751CFA'

red 117 ◦ green 28 ◦ blue 250

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

Shades of Electric Indigo #751CFA

Tints of Electric Indigo #751CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 29.62%
G = 7.09%
B = 63.29%

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

#751CFA (or 0x751CFA) is known color: Electric Indigo. HEX triplet: 75, 1C and FA. RGB value is (117,28,250). Sum of RGB (Red+Green+Blue) = 117+28+250=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #751CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CFA is #8AE305. Grayscale: #4F4F4F. Windows color (decimal): -9102086 or 16391285. OLE color: 16391285.

HSL color Cylindrical-coordinate representation of color #751CFA: hue angle of 264.05º degrees, saturation: 0.96, 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 #751CFA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 28 250 -
CMYK 0.53 0.89 0 0.02
HSL 264.05º 0.96% 0.55% -
HSV(B) 264.05º 0.89% 0.98% -
XYZ 25.01 11.51 91.35 -
YUV 79.92 223.99 154.45 -
System Red Green Blue C M Y K H S L
Decimal 117 28 250 0.53 0.89 0 0.02 264.05 0.96 0.55
Hex 75 1C FA 35 59 0 2 108 60 37
Octal 165 34 372 65 131 0 2 410 140 67
Binary 1110101 11100 11111010 110101 1011001 0 10 100001000 1100000 110111

Color Harmonies of #751CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CFA

Black with #751CFA

Text Example


Text Example

White with #751CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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