#3A2057

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

Shades of Christalle #3A2057

Tints of Christalle #3A2057

Color information

#3A2057 (or 0x3A2057) is unknown color: approx Christalle. HEX triplet: 3A, 20 and 57. RGB value is (58,32,87). Sum of RGB (Red+Green+Blue) = 58+32+87=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2057 is #C5DFA8. Grayscale: #2D2D2D. Windows color (decimal): -12967849 or 5709882. OLE color: 5709882.

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

Color convert

RGB583287-
CMYK0.330.6300.66
HSL268.36º46.22%23.33%-
HSV(B)268.36º63.22%34.12%-
XYZ3.982.629.31-
YUV46.04151.11136.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=32.77%
G=18.08%
B=49.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5832870.330.6300.66268.3646.2223.33
Hex3A2057213F04210c2e17
Octal7240127417701024145627
Binary11101010000010101111000011111110100001010000110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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