Html Css Color HEX #5C0183 Indigo

📋 copy color: '#5C0183'

red 92 ◦ green 1 ◦ blue 131

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

Shades of Indigo #5C0183

Tints of Indigo #5C0183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 131 (51.56% from 255) = 58.48%

R = 41.07%
G = 0.45%
B = 58.48%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C0183 (or 0x5C0183) is known color: Indigo. HEX triplet: 5C, 01 and 83. RGB value is (92,1,131). Sum of RGB (Red+Green+Blue) = 92+1+131=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C0183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0183 is #A3FE7C. Grayscale: #2A2A2A. Windows color (decimal): -10747517 or 8585564. OLE color: 8585564.

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

Color convert

RGB 92 1 131 -
CMYK 0.30 0.99 0 0.49
HSL 282º 0.98% 0.26% -
HSV(B) 282º 0.99% 0.51% -
XYZ 8.52 3.94 21.78 -
YUV 43.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 92 1 131 0.30 0.99 0 0.49 282 0.98 0.26
Hex 5C 1 83 1E 63 0 31 11A 62 1A
Octal 134 1 203 36 143 0 61 432 142 32
Binary 1011100 1 10000011 11110 1100011 0 110001 100011010 1100010 11010

Color Harmonies of #5C0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0183

Black with #5C0183

Text Example


Text Example

White with #5C0183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,131); }

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

background-color css

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

 a { background-color: rgb(92,1,131); }

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

border-color css

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

 span { border-color: rgb(92,1,131); }

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