Html Css Color HEX #5C036C Indigo

📋 copy color: '#5C036C'

red 92 ◦ green 3 ◦ blue 108

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

Shades of Indigo #5C036C

Tints of Indigo #5C036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 45.32%
G = 1.48%
B = 53.2%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5C036C (or 0x5C036C) is known color: Indigo. HEX triplet: 5C, 03 and 6C. RGB value is (92,3,108). Sum of RGB (Red+Green+Blue) = 92+3+108=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C036C is #A3FC93. Grayscale: #292929. Windows color (decimal): -10747028 or 7078748. OLE color: 7078748.

HSL color Cylindrical-coordinate representation of color #5C036C: hue angle of 290.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C036C is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 92 3 108 -
CMYK 0.15 0.97 0 0.58
HSL 290.86º 0.95% 0.22% -
HSV(B) 290.86º 0.97% 0.42% -
XYZ 7.15 3.42 14.47 -
YUV 41.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 92 3 108 0.15 0.97 0 0.58 290.86 0.95 0.22
Hex 5C 3 6C F 61 0 3A 123 5F 16
Octal 134 3 154 17 141 0 72 443 137 26
Binary 1011100 11 1101100 1111 1100001 0 111010 100100011 1011111 10110

Color Harmonies of #5C036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C036C

Black with #5C036C

Text Example


Text Example

White with #5C036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,3,108); }

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

background-color css

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

 a { background-color: rgb(92,3,108); }

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

border-color css

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

 span { border-color: rgb(92,3,108); }

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