Html Css Color HEX #7A1CFC Electric Indigo

📋 copy color: '#7A1CFC'

red 122 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #7A1CFC

Tints of Electric Indigo #7A1CFC

RGB

 RED value IS 122 (48.05% from 255) = 30.35%

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

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

R = 30.35%
G = 6.97%
B = 62.69%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A1CFC (or 0x7A1CFC) is known color: Electric Indigo. HEX triplet: 7A, 1C and FC. RGB value is (122,28,252). Sum of RGB (Red+Green+Blue) = 122+28+252=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A1CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1CFC is #85E303. Grayscale: #505050. Windows color (decimal): -8774404 or 16522362. OLE color: 16522362.

HSL color Cylindrical-coordinate representation of color #7A1CFC: hue angle of 265.18º 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 #7A1CFC is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 28 252 -
CMYK 0.52 0.89 0 0.01
HSL 265.18º 0.97% 0.55% -
HSV(B) 265.18º 0.89% 0.99% -
XYZ 26.01 12 93.04 -
YUV 81.64 224.14 156.79 -
System Red Green Blue C M Y K H S L
Decimal 122 28 252 0.52 0.89 0 0.01 265.18 0.97 0.55
Hex 7A 1C FC 34 59 0 1 109 61 37
Octal 172 34 374 64 131 0 1 411 141 67
Binary 1111010 11100 11111100 110100 1011001 0 1 100001001 1100001 110111

Color Harmonies of #7A1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1CFC

Black with #7A1CFC

Text Example


Text Example

White with #7A1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1CFC; }

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

 H1.HeaderClassName
 {
   color: #7A1CFC;
 }
 .AnyTagClassName
 {
   color: #7A1CFC;
 }
</style>

background-color css

<style>
 a { background-color: #7A1CFC; }

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

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

border-color css

<style>
 span { border-color: #7A1CFC; }

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

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