Html Css Color HEX #5C09FC Electric Indigo

📋 copy color: '#5C09FC'

red 92 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #5C09FC

Tints of Electric Indigo #5C09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.55%

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 26.06%
G = 2.55%
B = 71.39%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C09FC (or 0x5C09FC) is known color: Electric Indigo. HEX triplet: 5C, 09 and FC. RGB value is (92,9,252). Sum of RGB (Red+Green+Blue) = 92+9+252=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C09FC is #A3F603. Grayscale: #3C3C3C. Windows color (decimal): -10745348 or 16517468. OLE color: 16517468.

HSL color Cylindrical-coordinate representation of color #5C09FC: hue angle of 260.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C09FC is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 92 9 252 -
CMYK 0.63 0.96 0 0.01
HSL 260.49º 0.98% 0.51% -
HSV(B) 260.49º 0.96% 0.99% -
XYZ 22.08 9.5 92.77 -
YUV 61.52 235.5 149.74 -
System Red Green Blue C M Y K H S L
Decimal 92 9 252 0.63 0.96 0 0.01 260.49 0.98 0.51
Hex 5C 9 FC 3F 60 0 1 104 62 33
Octal 134 11 374 77 140 0 1 404 142 63
Binary 1011100 1001 11111100 111111 1100000 0 1 100000100 1100010 110011

Color Harmonies of #5C09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C09FC

Black with #5C09FC

Text Example


Text Example

White with #5C09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,252); }

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

background-color css

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

 a { background-color: rgb(92,9,252); }

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

border-color css

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

 span { border-color: rgb(92,9,252); }

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