Html Css Color HEX #5C01FF Electric Indigo

📋 copy color: '#5C01FF'

red 92 ◦ green 1 ◦ blue 255

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

Shades of Electric Indigo #5C01FF

Tints of Electric Indigo #5C01FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.28%

R = 26.44%
G = 0.29%
B = 73.28%

CMYK

 C value IS 0.64

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5C01FF (or 0x5C01FF) is known color: Electric Indigo. HEX triplet: 5C, 01 and FF. RGB value is (92,1,255). Sum of RGB (Red+Green+Blue) = 92+1+255=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C01FF is #A3FE00. Grayscale: #383838. Windows color (decimal): -10747393 or 16712028. OLE color: 16712028.

HSL color Cylindrical-coordinate representation of color #5C01FF: hue angle of 261.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01FF is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 92 1 255 -
CMYK 0.64 1.00 0 0
HSL 261.5º 1% 0.5% -
HSV(B) 261.5º 1% 1% -
XYZ 22.47 9.52 95.26 -
YUV 57.17 239.65 152.85 -
System Red Green Blue C M Y K H S L
Decimal 92 1 255 0.64 1.00 0 0 261.5 1 0.5
Hex 5C 1 FF 40 64 0 0 105 64 32
Octal 134 1 377 100 144 0 0 405 144 62
Binary 1011100 1 11111111 1000000 1100100 0 0 100000101 1100100 110010

Color Harmonies of #5C01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C01FF

Black with #5C01FF

Text Example


Text Example

White with #5C01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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