Html Css Color HEX #5C0294 Indigo

📋 copy color: '#5C0294'

red 92 ◦ green 2 ◦ blue 148

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

Shades of Indigo #5C0294

Tints of Indigo #5C0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 38.02%
G = 0.83%
B = 61.16%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C0294 (or 0x5C0294) is known color: Indigo. HEX triplet: 5C, 02 and 94. RGB value is (92,2,148). Sum of RGB (Red+Green+Blue) = 92+2+148=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0294 is #A3FD6B. Grayscale: #2D2D2D. Windows color (decimal): -10747244 or 9699932. OLE color: 9699932.

HSL color Cylindrical-coordinate representation of color #5C0294: hue angle of 276.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0294 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 2 148 -
CMYK 0.38 0.99 0 0.42
HSL 276.99º 0.97% 0.29% -
HSV(B) 276.99º 0.99% 0.58% -
XYZ 9.78 4.46 28.36 -
YUV 45.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 92 2 148 0.38 0.99 0 0.42 276.99 0.97 0.29
Hex 5C 2 94 26 63 0 2A 115 61 1D
Octal 134 2 224 46 143 0 52 425 141 35
Binary 1011100 10 10010100 100110 1100011 0 101010 100010101 1100001 11101

Color Harmonies of #5C0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0294

Black with #5C0294

Text Example


Text Example

White with #5C0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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