Html Css Color HEX #5C0A9B Indigo

📋 copy color: '#5C0A9B'

red 92 ◦ green 10 ◦ blue 155

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

Shades of Indigo #5C0A9B

Tints of Indigo #5C0A9B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

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

R = 35.8%
G = 3.89%
B = 60.31%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C0A9B (or 0x5C0A9B) is known color: Indigo. HEX triplet: 5C, 0A and 9B. RGB value is (92,10,155). Sum of RGB (Red+Green+Blue) = 92+10+155=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C0A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0A9B is #A3F564. Grayscale: #323232. Windows color (decimal): -10745189 or 10160732. OLE color: 10160732.

HSL color Cylindrical-coordinate representation of color #5C0A9B: hue angle of 273.93º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0A9B is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 10 155 -
CMYK 0.41 0.94 0 0.39
HSL 273.93º 0.88% 0.32% -
HSV(B) 273.93º 0.94% 0.61% -
XYZ 10.44 4.86 31.4 -
YUV 51.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 92 10 155 0.41 0.94 0 0.39 273.93 0.88 0.32
Hex 5C A 9B 29 5E 0 27 112 58 20
Octal 134 12 233 51 136 0 47 422 130 40
Binary 1011100 1010 10011011 101001 1011110 0 100111 100010010 1011000 100000

Color Harmonies of #5C0A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0A9B

Black with #5C0A9B

Text Example


Text Example

White with #5C0A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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