Html Css Color HEX #5C099B Indigo

📋 copy color: '#5C099B'

red 92 ◦ green 9 ◦ blue 155

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

Shades of Indigo #5C099B

Tints of Indigo #5C099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 35.94%
G = 3.52%
B = 60.55%

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

#5C099B (or 0x5C099B) is known color: Indigo. HEX triplet: 5C, 09 and 9B. RGB value is (92,9,155). Sum of RGB (Red+Green+Blue) = 92+9+155=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C099B is #A3F664. Grayscale: #313131. Windows color (decimal): -10745445 or 10160476. OLE color: 10160476.

HSL color Cylindrical-coordinate representation of color #5C099B: hue angle of 274.11º degrees, saturation: 0.89, 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 #5C099B is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 9 155 -
CMYK 0.41 0.94 0 0.39
HSL 274.11º 0.89% 0.32% -
HSV(B) 274.11º 0.94% 0.61% -
XYZ 10.43 4.84 31.39 -
YUV 50.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 92 9 155 0.41 0.94 0 0.39 274.11 0.89 0.32
Hex 5C 9 9B 29 5E 0 27 112 59 20
Octal 134 11 233 51 136 0 47 422 131 40
Binary 1011100 1001 10011011 101001 1011110 0 100111 100010010 1011001 100000

Color Harmonies of #5C099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C099B

Black with #5C099B

Text Example


Text Example

White with #5C099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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