Html Css Color HEX #5604F2 Electric Indigo

📋 copy color: '#5604F2'

red 86 ◦ green 4 ◦ blue 242

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

Shades of Electric Indigo #5604F2

Tints of Electric Indigo #5604F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 242 (94.92% from 255) = 72.89%

R = 25.9%
G = 1.2%
B = 72.89%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5604F2 (or 0x5604F2) is known color: Electric Indigo. HEX triplet: 56, 04 and F2. RGB value is (86,4,242). Sum of RGB (Red+Green+Blue) = 86+4+242=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 242 (94.92% from 255 or 72.89% from 332); Max value from RGB is 242 - color contains mainly: blue. Hex color #5604F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5604F2 is #A9FB0D. Grayscale: #363636. Windows color (decimal): -11139854 or 15860822. OLE color: 15860822.

HSL color Cylindrical-coordinate representation of color #5604F2: hue angle of 260.67º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5604F2 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 4 242 -
CMYK 0.64 0.98 0 0.05
HSL 260.67º 0.97% 0.48% -
HSV(B) 260.67º 0.98% 0.95% -
XYZ 19.91 8.48 84.59 -
YUV 55.65 233.17 149.65 -
System Red Green Blue C M Y K H S L
Decimal 86 4 242 0.64 0.98 0 0.05 260.67 0.97 0.48
Hex 56 4 F2 40 62 0 5 105 61 30
Octal 126 4 362 100 142 0 5 405 141 60
Binary 1010110 100 11110010 1000000 1100010 0 101 100000101 1100001 110000

Color Harmonies of #5604F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5604F2

Black with #5604F2

Text Example


Text Example

White with #5604F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5604F2; }

 p { color: rgb(86,4,242); }

 H1.HeaderClassName
 {
   color: #5604F2;
 }
 .AnyTagClassName
 {
   color: #5604F2;
 }
</style>

background-color css

<style>
 a { background-color: #5604F2; }

 a { background-color: rgb(86,4,242); }

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

border-color css

<style>
 span { border-color: #5604F2; }

 span { border-color: rgb(86,4,242); }

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