Html Css Color HEX #5C02F6 Electric Indigo

📋 copy color: '#5C02F6'

red 92 ◦ green 2 ◦ blue 246

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

Shades of Electric Indigo #5C02F6

Tints of Electric Indigo #5C02F6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 246 (96.48% from 255) = 72.35%

R = 27.06%
G = 0.59%
B = 72.35%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5C02F6 (or 0x5C02F6) is known color: Electric Indigo. HEX triplet: 5C, 02 and F6. RGB value is (92,2,246). Sum of RGB (Red+Green+Blue) = 92+2+246=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 246 (96.48% from 255 or 72.35% from 340); Max value from RGB is 246 - color contains mainly: blue. Hex color #5C02F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C02F6 is #A3FD09. Grayscale: #373737. Windows color (decimal): -10747146 or 16122460. OLE color: 16122460.

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

Color convert

RGB 92 2 246 -
CMYK 0.63 0.99 0 0.04
HSL 262.13º 0.98% 0.49% -
HSV(B) 262.13º 0.99% 0.96% -
XYZ 21.07 8.97 87.81 -
YUV 56.73 234.82 153.16 -
System Red Green Blue C M Y K H S L
Decimal 92 2 246 0.63 0.99 0 0.04 262.13 0.98 0.49
Hex 5C 2 F6 3F 63 0 4 106 62 31
Octal 134 2 366 77 143 0 4 406 142 61
Binary 1011100 10 11110110 111111 1100011 0 100 100000110 1100010 110001

Color Harmonies of #5C02F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C02F6

Black with #5C02F6

Text Example


Text Example

White with #5C02F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,2,246); }

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

background-color css

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

 a { background-color: rgb(92,2,246); }

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

border-color css

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

 span { border-color: rgb(92,2,246); }

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