Html Css Color HEX #5C0081 Indigo

📋 copy color: '#5C0081'

red 92 ◦ green 0 ◦ blue 129

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

Shades of Indigo #5C0081

Tints of Indigo #5C0081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 58.37%

R = 41.63%
G = 0%
B = 58.37%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C0081 (or 0x5C0081) is known color: Indigo. HEX triplet: 5C, 00 and 81. RGB value is (92,0,129). Sum of RGB (Red+Green+Blue) = 92+0+129=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C0081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0081 is #A3FF7E. Grayscale: #292929. Windows color (decimal): -10747775 or 8454236. OLE color: 8454236.

HSL color Cylindrical-coordinate representation of color #5C0081: hue angle of 282.79º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0081 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 0 129 -
CMYK 0.29 1 0 0.49
HSL 282.79º 1% 0.25% -
HSV(B) 282.79º 1% 0.51% -
XYZ 8.38 3.86 21.07 -
YUV 42.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 92 0 129 0.29 1 0 0.49 282.79 1 0.25
Hex 5C 0 81 1D 64 0 31 11B 64 19
Octal 134 0 201 35 144 0 61 433 144 31
Binary 1011100 0 10000001 11101 1100100 0 110001 100011011 1100100 11001

Color Harmonies of #5C0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0081

Black with #5C0081

Text Example


Text Example

White with #5C0081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,0,129); }

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

background-color css

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

 a { background-color: rgb(92,0,129); }

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

border-color css

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

 span { border-color: rgb(92,0,129); }

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