Html Css Color HEX #5C04F1 Electric Indigo

📋 copy color: '#5C04F1'

red 92 ◦ green 4 ◦ blue 241

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

Shades of Electric Indigo #5C04F1

Tints of Electric Indigo #5C04F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.51%

R = 27.3%
G = 1.19%
B = 71.51%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5C04F1 (or 0x5C04F1) is known color: Electric Indigo. HEX triplet: 5C, 04 and F1. RGB value is (92,4,241). Sum of RGB (Red+Green+Blue) = 92+4+241=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #5C04F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C04F1 is #A3FB0E. Grayscale: #383838. Windows color (decimal): -10746639 or 15795292. OLE color: 15795292.

HSL color Cylindrical-coordinate representation of color #5C04F1: hue angle of 262.28º 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 #5C04F1 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 4 241 -
CMYK 0.62 0.98 0 0.05
HSL 262.28º 0.97% 0.48% -
HSV(B) 262.28º 0.98% 0.95% -
XYZ 20.33 8.71 83.83 -
YUV 57.33 231.65 152.73 -
System Red Green Blue C M Y K H S L
Decimal 92 4 241 0.62 0.98 0 0.05 262.28 0.97 0.48
Hex 5C 4 F1 3E 62 0 5 106 61 30
Octal 134 4 361 76 142 0 5 406 141 60
Binary 1011100 100 11110001 111110 1100010 0 101 100000110 1100001 110000

Color Harmonies of #5C04F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C04F1

Black with #5C04F1

Text Example


Text Example

White with #5C04F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,4,241); }

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

background-color css

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

 a { background-color: rgb(92,4,241); }

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

border-color css

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

 span { border-color: rgb(92,4,241); }

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