Html Css Color HEX #770DFD Electric Indigo

📋 copy color: '#770DFD'

red 119 ◦ green 13 ◦ blue 253

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

Shades of Electric Indigo #770DFD

Tints of Electric Indigo #770DFD

RGB

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

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

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

R = 30.91%
G = 3.38%
B = 65.71%

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

#770DFD (or 0x770DFD) is known color: Electric Indigo. HEX triplet: 77, 0D and FD. RGB value is (119,13,253). Sum of RGB (Red+Green+Blue) = 119+13+253=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #770DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DFD is #88F202. Grayscale: #474747. Windows color (decimal): -8974851 or 16584055. OLE color: 16584055.

HSL color Cylindrical-coordinate representation of color #770DFD: hue angle of 266.5º 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 #770DFD is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 13 253 -
CMYK 0.53 0.95 0 0.01
HSL 266.5º 0.98% 0.52% -
HSV(B) 266.5º 0.95% 0.99% -
XYZ 25.48 11.3 93.77 -
YUV 72.05 230.12 161.49 -
System Red Green Blue C M Y K H S L
Decimal 119 13 253 0.53 0.95 0 0.01 266.5 0.98 0.52
Hex 77 D FD 35 5F 0 1 10A 62 34
Octal 167 15 375 65 137 0 1 412 142 64
Binary 1110111 1101 11111101 110101 1011111 0 1 100001010 1100010 110100

Color Harmonies of #770DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DFD

Black with #770DFD

Text Example


Text Example

White with #770DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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