Html Css Color HEX #5C028D Indigo

📋 copy color: '#5C028D'

red 92 ◦ green 2 ◦ blue 141

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

Shades of Indigo #5C028D

Tints of Indigo #5C028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60%

R = 39.15%
G = 0.85%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C028D (or 0x5C028D) is known color: Indigo. HEX triplet: 5C, 02 and 8D. RGB value is (92,2,141). Sum of RGB (Red+Green+Blue) = 92+2+141=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C028D is #A3FD72. Grayscale: #2C2C2C. Windows color (decimal): -10747251 or 9241180. OLE color: 9241180.

HSL color Cylindrical-coordinate representation of color #5C028D: hue angle of 278.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C028D is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 2 141 -
CMYK 0.35 0.99 0 0.45
HSL 278.85º 0.97% 0.28% -
HSV(B) 278.85º 0.99% 0.55% -
XYZ 9.24 4.24 25.53 -
YUV 44.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 92 2 141 0.35 0.99 0 0.45 278.85 0.97 0.28
Hex 5C 2 8D 23 63 0 2D 117 61 1C
Octal 134 2 215 43 143 0 55 427 141 34
Binary 1011100 10 10001101 100011 1100011 0 101101 100010111 1100001 11100

Color Harmonies of #5C028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C028D

Black with #5C028D

Text Example


Text Example

White with #5C028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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