#3A1257

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

Shades of Christalle #3A1257

Tints of Christalle #3A1257

Color information

#3A1257 (or 0x3A1257) is unknown color: approx Christalle. HEX triplet: 3A, 12 and 57. RGB value is (58,18,87). Sum of RGB (Red+Green+Blue) = 58+18+87=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A1257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1257 is #C5EDA8. Grayscale: #252525. Windows color (decimal): -12971433 or 5706298. OLE color: 5706298.

HSL color Cylindrical-coordinate representation of color #3A1257: hue angle of 274.78º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1257 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB581887-
CMYK0.330.7900.66
HSL274.78º65.71%20.59%-
HSV(B)274.78º79.31%34.12%-
XYZ3.682.029.21-
YUV37.83155.75142.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=35.58%
G=11.04%
B=53.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5818870.330.7900.66274.7865.7120.59
Hex3A1257214F0421134215
Octal722212741117010242310225
Binary111010100101010111100001100111101000010100010011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,18,87); }

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

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

 a { background-color: rgb(58,18,87); }

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

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

 span { border-color: rgb(58,18,87); }

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