Html Css Color HEX #5C01F0 Electric Indigo

📋 copy color: '#5C01F0'

red 92 ◦ green 1 ◦ blue 240

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

Shades of Electric Indigo #5C01F0

Tints of Electric Indigo #5C01F0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 240 (94.14% from 255) = 72.07%

R = 27.63%
G = 0.3%
B = 72.07%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5C01F0 (or 0x5C01F0) is known color: Electric Indigo. HEX triplet: 5C, 01 and F0. RGB value is (92,1,240). Sum of RGB (Red+Green+Blue) = 92+1+240=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #5C01F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C01F0 is #A3FE0F. Grayscale: #363636. Windows color (decimal): -10747408 or 15728988. OLE color: 15728988.

HSL color Cylindrical-coordinate representation of color #5C01F0: hue angle of 262.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01F0 is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 1 240 -
CMYK 0.62 1.00 0 0.06
HSL 262.85º 0.99% 0.47% -
HSV(B) 262.85º 1% 0.94% -
XYZ 20.15 8.59 83.03 -
YUV 55.46 232.15 154.07 -
System Red Green Blue C M Y K H S L
Decimal 92 1 240 0.62 1.00 0 0.06 262.85 0.99 0.47
Hex 5C 1 F0 3E 64 0 6 107 63 2F
Octal 134 1 360 76 144 0 6 407 143 57
Binary 1011100 1 11110000 111110 1100100 0 110 100000111 1100011 101111

Color Harmonies of #5C01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C01F0

Black with #5C01F0

Text Example


Text Example

White with #5C01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,240); }

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

background-color css

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

 a { background-color: rgb(92,1,240); }

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

border-color css

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

 span { border-color: rgb(92,1,240); }

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