Html Css Color HEX #751CFD Electric Indigo

📋 copy color: '#751CFD'

red 117 ◦ green 28 ◦ blue 253

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

Shades of Electric Indigo #751CFD

Tints of Electric Indigo #751CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 29.4%
G = 7.04%
B = 63.57%

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

#751CFD (or 0x751CFD) is known color: Electric Indigo. HEX triplet: 75, 1C and FD. RGB value is (117,28,253). Sum of RGB (Red+Green+Blue) = 117+28+253=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #751CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CFD is #8AE302. Grayscale: #4F4F4F. Windows color (decimal): -9102083 or 16587893. OLE color: 16587893.

HSL color Cylindrical-coordinate representation of color #751CFD: hue angle of 263.73º degrees, saturation: 0.98, 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 #751CFD is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 28 253 -
CMYK 0.54 0.89 0 0.01
HSL 263.73º 0.98% 0.55% -
HSV(B) 263.73º 0.89% 0.99% -
XYZ 25.48 11.7 93.84 -
YUV 80.26 225.49 154.2 -
System Red Green Blue C M Y K H S L
Decimal 117 28 253 0.54 0.89 0 0.01 263.73 0.98 0.55
Hex 75 1C FD 36 59 0 1 108 62 37
Octal 165 34 375 66 131 0 1 410 142 67
Binary 1110101 11100 11111101 110110 1011001 0 1 100001000 1100010 110111

Color Harmonies of #751CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CFD

Black with #751CFD

Text Example


Text Example

White with #751CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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