Html Css Color HEX #5C0BFA Electric Indigo

📋 copy color: '#5C0BFA'

red 92 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #5C0BFA

Tints of Electric Indigo #5C0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 26.06%
G = 3.12%
B = 70.82%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5C0BFA (or 0x5C0BFA) is known color: Electric Indigo. HEX triplet: 5C, 0B and FA. RGB value is (92,11,250). Sum of RGB (Red+Green+Blue) = 92+11+250=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0BFA is #A3F405. Grayscale: #3D3D3D. Windows color (decimal): -10744838 or 16386908. OLE color: 16386908.

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

Color convert

RGB 92 11 250 -
CMYK 0.63 0.96 0 0.02
HSL 260.33º 0.96% 0.51% -
HSV(B) 260.33º 0.96% 0.98% -
XYZ 21.79 9.42 91.11 -
YUV 62.47 233.84 149.07 -
System Red Green Blue C M Y K H S L
Decimal 92 11 250 0.63 0.96 0 0.02 260.33 0.96 0.51
Hex 5C B FA 3F 60 0 2 104 60 33
Octal 134 13 372 77 140 0 2 404 140 63
Binary 1011100 1011 11111010 111111 1100000 0 10 100000100 1100000 110011

Color Harmonies of #5C0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0BFA

Black with #5C0BFA

Text Example


Text Example

White with #5C0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,11,250); }

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

background-color css

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

 a { background-color: rgb(92,11,250); }

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

border-color css

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

 span { border-color: rgb(92,11,250); }

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