Html Css Color HEX #770DFC Electric Indigo

📋 copy color: '#770DFC'

red 119 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #770DFC

Tints of Electric Indigo #770DFC

RGB

 RED value IS 119 (46.88% from 255) = 30.99%

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 30.99%
G = 3.39%
B = 65.63%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#770DFC (or 0x770DFC) is known color: Electric Indigo. HEX triplet: 77, 0D and FC. RGB value is (119,13,252). Sum of RGB (Red+Green+Blue) = 119+13+252=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #770DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DFC is #88F203. Grayscale: #474747. Windows color (decimal): -8974852 or 16518519. OLE color: 16518519.

HSL color Cylindrical-coordinate representation of color #770DFC: hue angle of 266.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770DFC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 13 252 -
CMYK 0.53 0.95 0 0.01
HSL 266.61º 0.98% 0.52% -
HSV(B) 266.61º 0.95% 0.99% -
XYZ 25.32 11.24 92.93 -
YUV 71.94 229.62 161.57 -
System Red Green Blue C M Y K H S L
Decimal 119 13 252 0.53 0.95 0 0.01 266.61 0.98 0.52
Hex 77 D FC 35 5F 0 1 10B 62 34
Octal 167 15 374 65 137 0 1 413 142 64
Binary 1110111 1101 11111100 110101 1011111 0 1 100001011 1100010 110100

Color Harmonies of #770DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DFC

Black with #770DFC

Text Example


Text Example

White with #770DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,252); }

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

background-color css

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

 a { background-color: rgb(119,13,252); }

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

border-color css

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

 span { border-color: rgb(119,13,252); }

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