Html Css Color HEX #5C029D Indigo

📋 copy color: '#5C029D'

red 92 ◦ green 2 ◦ blue 157

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

Shades of Indigo #5C029D

Tints of Indigo #5C029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 36.65%
G = 0.8%
B = 62.55%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C029D (or 0x5C029D) is known color: Indigo. HEX triplet: 5C, 02 and 9D. RGB value is (92,2,157). Sum of RGB (Red+Green+Blue) = 92+2+157=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C029D is #A3FD62. Grayscale: #2E2E2E. Windows color (decimal): -10747235 or 10289756. OLE color: 10289756.

HSL color Cylindrical-coordinate representation of color #5C029D: hue angle of 274.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C029D is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 2 157 -
CMYK 0.41 0.99 0 0.38
HSL 274.84º 0.97% 0.31% -
HSV(B) 274.84º 0.99% 0.62% -
XYZ 10.52 4.75 32.26 -
YUV 46.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 92 2 157 0.41 0.99 0 0.38 274.84 0.97 0.31
Hex 5C 2 9D 29 63 0 26 113 61 1F
Octal 134 2 235 51 143 0 46 423 141 37
Binary 1011100 10 10011101 101001 1100011 0 100110 100010011 1100001 11111

Color Harmonies of #5C029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C029D

Black with #5C029D

Text Example


Text Example

White with #5C029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,2,157); }

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

background-color css

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

 a { background-color: rgb(92,2,157); }

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

border-color css

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

 span { border-color: rgb(92,2,157); }

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