#5C0467

Color #5C0467 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5C0467

Tints of Indigo #5C0467

Color information

#5C0467 (or 0x5C0467) is unknown color: approx Indigo. HEX triplet: 5C, 04 and 67. RGB value is (92,4,103). Sum of RGB (Red+Green+Blue) = 92+4+103=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C0467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0467 is #A3FB98. Grayscale: #292929. Windows color (decimal): -10746777 or 6751324. OLE color: 6751324.

HSL color Cylindrical-coordinate representation of color #5C0467: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0467 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB924103-
CMYK0.110.9600.60
HSL293.33º92.52%20.98%-
HSV(B)293.33º96.12%40.39%-
XYZ6.913.3413.11-
YUV41.6162.65163.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.23%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 103 (40.62% from 255) = 51.76%
R=46.23%
G=2.01%
B=51.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9241030.110.9600.60293.3392.5220.98
Hex5C467B6003C1255d15
Octal13441471314007444513525
Binary10111001001100111101111000000111100100100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,4,103); }

 H1.HeaderClassName
 {
   color: #5C0467;
 }
 .AnyTagClassName
 {
   color: #5C0467;
 }
</style>
background-color css

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

 a { background-color: rgb(92,4,103); }

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

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

 span { border-color: rgb(92,4,103); }

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