#3A2560

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

Shades of Christalle #3A2560

Tints of Christalle #3A2560

Color information

#3A2560 (or 0x3A2560) is unknown color: approx Christalle. HEX triplet: 3A, 25 and 60. RGB value is (58,37,96). Sum of RGB (Red+Green+Blue) = 58+37+96=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2560 is #C5DA9F. Grayscale: #313131. Windows color (decimal): -12966560 or 6300986. OLE color: 6300986.

HSL color Cylindrical-coordinate representation of color #3A2560: hue angle of 261.36º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2560 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB583796-
CMYK0.400.6100.62
HSL261.36º44.36%26.08%-
HSV(B)261.36º61.46%37.65%-
XYZ4.523.0711.42-
YUV50153.96133.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=30.37%
G=19.37%
B=50.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5837960.400.6100.62261.3644.3626.08
Hex3A2560283D03E1052c1a
Octal724514050750764055432
Binary1110101001011100000101000111101011111010000010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,37,96); }

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

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

 a { background-color: rgb(58,37,96); }

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

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

 span { border-color: rgb(58,37,96); }

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