Html Css Color HEX #5C07DB Electric Indigo

📋 copy color: '#5C07DB'

red 92 ◦ green 7 ◦ blue 219

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

Shades of Electric Indigo #5C07DB

Tints of Electric Indigo #5C07DB

RGB

 RED value IS 92 (36.33% from 255) = 28.93%

 GREEN value IS 7 (3.13% from 255) = 2.2%

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 28.93%
G = 2.2%
B = 68.87%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C07DB (or 0x5C07DB) is known color: Electric Indigo. HEX triplet: 5C, 07 and DB. RGB value is (92,7,219). Sum of RGB (Red+Green+Blue) = 92+7+219=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C07DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C07DB is #A3F824. Grayscale: #373737. Windows color (decimal): -10745893 or 14354268. OLE color: 14354268.

HSL color Cylindrical-coordinate representation of color #5C07DB: hue angle of 264.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C07DB is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 7 219 -
CMYK 0.58 0.97 0 0.14
HSL 264.06º 0.94% 0.44% -
HSV(B) 264.06º 0.97% 0.86% -
XYZ 17.28 7.54 67.56 -
YUV 56.58 219.66 153.26 -
System Red Green Blue C M Y K H S L
Decimal 92 7 219 0.58 0.97 0 0.14 264.06 0.94 0.44
Hex 5C 7 DB 3A 61 0 E 108 5E 2C
Octal 134 7 333 72 141 0 16 410 136 54
Binary 1011100 111 11011011 111010 1100001 0 1110 100001000 1011110 101100

Color Harmonies of #5C07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C07DB

Black with #5C07DB

Text Example


Text Example

White with #5C07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C07DB; }

 p { color: rgb(92,7,219); }

 H1.HeaderClassName
 {
   color: #5C07DB;
 }
 .AnyTagClassName
 {
   color: #5C07DB;
 }
</style>

background-color css

<style>
 a { background-color: #5C07DB; }

 a { background-color: rgb(92,7,219); }

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

border-color css

<style>
 span { border-color: #5C07DB; }

 span { border-color: rgb(92,7,219); }

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