Html Css Color HEX #5605F4 Electric Indigo

📋 copy color: '#5605F4'

red 86 ◦ green 5 ◦ blue 244

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

Shades of Electric Indigo #5605F4

Tints of Electric Indigo #5605F4

RGB

 RED value IS 86 (33.98% from 255) = 25.67%

 GREEN value IS 5 (2.34% from 255) = 1.49%

 BLUE value IS 244 (95.7% from 255) = 72.84%

R = 25.67%
G = 1.49%
B = 72.84%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5605F4 (or 0x5605F4) is known color: Electric Indigo. HEX triplet: 56, 05 and F4. RGB value is (86,5,244). Sum of RGB (Red+Green+Blue) = 86+5+244=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 244 (95.70% from 255 or 72.84% from 335); Max value from RGB is 244 - color contains mainly: blue. Hex color #5605F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5605F4 is #A9FA0B. Grayscale: #373737. Windows color (decimal): -11139596 or 15992150. OLE color: 15992150.

HSL color Cylindrical-coordinate representation of color #5605F4: hue angle of 260.33º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5605F4 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 5 244 -
CMYK 0.65 0.98 0 0.04
HSL 260.33º 0.96% 0.49% -
HSV(B) 260.33º 0.98% 0.96% -
XYZ 20.22 8.62 86.19 -
YUV 56.47 233.84 149.07 -
System Red Green Blue C M Y K H S L
Decimal 86 5 244 0.65 0.98 0 0.04 260.33 0.96 0.49
Hex 56 5 F4 41 62 0 4 104 60 31
Octal 126 5 364 101 142 0 4 404 140 61
Binary 1010110 101 11110100 1000001 1100010 0 100 100000100 1100000 110001

Color Harmonies of #5605F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5605F4

Black with #5605F4

Text Example


Text Example

White with #5605F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5605F4; }

 p { color: rgb(86,5,244); }

 H1.HeaderClassName
 {
   color: #5605F4;
 }
 .AnyTagClassName
 {
   color: #5605F4;
 }
</style>

background-color css

<style>
 a { background-color: #5605F4; }

 a { background-color: rgb(86,5,244); }

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

border-color css

<style>
 span { border-color: #5605F4; }

 span { border-color: rgb(86,5,244); }

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