Html Css Color HEX #5C0093 Indigo

📋 copy color: '#5C0093'

red 92 ◦ green 0 ◦ blue 147

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

Shades of Indigo #5C0093

Tints of Indigo #5C0093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 38.49%
G = 0%
B = 61.51%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C0093 (or 0x5C0093) is known color: Indigo. HEX triplet: 5C, 00 and 93. RGB value is (92,0,147). Sum of RGB (Red+Green+Blue) = 92+0+147=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0093 is #A3FF6C. Grayscale: #2B2B2B. Windows color (decimal): -10747757 or 9633884. OLE color: 9633884.

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

Color convert

RGB 92 0 147 -
CMYK 0.37 1 0 0.42
HSL 277.55º 1% 0.29% -
HSV(B) 277.55º 1% 0.58% -
XYZ 9.68 4.38 27.94 -
YUV 44.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 92 0 147 0.37 1 0 0.42 277.55 1 0.29
Hex 5C 0 93 25 64 0 2A 116 64 1D
Octal 134 0 223 45 144 0 52 426 144 35
Binary 1011100 0 10010011 100101 1100100 0 101010 100010110 1100100 11101

Color Harmonies of #5C0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0093

Black with #5C0093

Text Example


Text Example

White with #5C0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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