Html Css Color HEX #5C109B Indigo

📋 copy color: '#5C109B'

red 92 ◦ green 16 ◦ blue 155

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

Shades of Indigo #5C109B

Tints of Indigo #5C109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 155 (60.94% from 255) = 58.94%

R = 34.98%
G = 6.08%
B = 58.94%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C109B (or 0x5C109B) is known color: Indigo. HEX triplet: 5C, 10 and 9B. RGB value is (92,16,155). Sum of RGB (Red+Green+Blue) = 92+16+155=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C109B is #A3EF64. Grayscale: #363636. Windows color (decimal): -10743653 or 10162268. OLE color: 10162268.

HSL color Cylindrical-coordinate representation of color #5C109B: hue angle of 272.81º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C109B is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 16 155 -
CMYK 0.41 0.90 0 0.39
HSL 272.81º 0.81% 0.34% -
HSV(B) 272.81º 0.9% 0.61% -
XYZ 10.52 5.01 31.42 -
YUV 54.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 92 16 155 0.41 0.90 0 0.39 272.81 0.81 0.34
Hex 5C 10 9B 29 5A 0 27 111 51 22
Octal 134 20 233 51 132 0 47 421 121 42
Binary 1011100 10000 10011011 101001 1011010 0 100111 100010001 1010001 100010

Color Harmonies of #5C109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C109B

Black with #5C109B

Text Example


Text Example

White with #5C109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,16,155); }

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

background-color css

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

 a { background-color: rgb(92,16,155); }

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

border-color css

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

 span { border-color: rgb(92,16,155); }

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