Html Css Color HEX #5C00FF Electric Indigo

📋 copy color: '#5C00FF'

red 92 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #5C00FF

Tints of Electric Indigo #5C00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.51%
G = 0%
B = 73.49%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5C00FF (or 0x5C00FF) is known color: Electric Indigo. HEX triplet: 5C, 00 and FF. RGB value is (92,0,255). Sum of RGB (Red+Green+Blue) = 92+0+255=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C00FF is #A3FF00. Grayscale: #373737. Windows color (decimal): -10747649 or 16711772. OLE color: 16711772.

HSL color Cylindrical-coordinate representation of color #5C00FF: hue angle of 261.65º 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 #5C00FF is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 92 0 255 -
CMYK 0.64 1 0 0
HSL 261.65º 1% 0.5% -
HSV(B) 261.65º 1% 1% -
XYZ 22.46 9.5 95.26 -
YUV 56.58 239.98 153.27 -
System Red Green Blue C M Y K H S L
Decimal 92 0 255 0.64 1 0 0 261.65 1 0.5
Hex 5C 0 FF 40 64 0 0 106 64 32
Octal 134 0 377 100 144 0 0 406 144 62
Binary 1011100 0 11111111 1000000 1100100 0 0 100000110 1100100 110010

Color Harmonies of #5C00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C00FF

Black with #5C00FF

Text Example


Text Example

White with #5C00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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