#3A1859

Color #3A1859 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #3A1859

Tints of Christalle #3A1859

Color information

#3A1859 (or 0x3A1859) is unknown color: approx Christalle. HEX triplet: 3A, 18 and 59. RGB value is (58,24,89). Sum of RGB (Red+Green+Blue) = 58+24+89=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1859 is #C5E7A6. Grayscale: #292929. Windows color (decimal): -12969895 or 5838906. OLE color: 5838906.

HSL color Cylindrical-coordinate representation of color #3A1859: hue angle of 271.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1859 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB582489-
CMYK0.350.7300.65
HSL271.38º57.52%22.16%-
HSV(B)271.38º73.03%34.9%-
XYZ3.872.279.69-
YUV41.58154.76139.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=33.92%
G=14.04%
B=52.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5824890.350.7300.65271.3857.5222.16
Hex3A1859234904110f3a16
Octal72301314311101014177226
Binary11101011000101100110001110010010100000110000111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1859; }

 p { color: rgb(58,24,89); }

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

<style>
 a { background-color: #3A1859; }

 a { background-color: rgb(58,24,89); }

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

<style>
 span { border-color: #3A1859; }

 span { border-color: rgb(58,24,89); }

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