#3A245F

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

Shades of Christalle #3A245F

Tints of Christalle #3A245F

Color information

#3A245F (or 0x3A245F) is unknown color: approx Christalle. HEX triplet: 3A, 24 and 5F. RGB value is (58,36,95). Sum of RGB (Red+Green+Blue) = 58+36+95=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A245F is #C5DBA0. Grayscale: #313131. Windows color (decimal): -12966817 or 6235194. OLE color: 6235194.

HSL color Cylindrical-coordinate representation of color #3A245F: hue angle of 262.37º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A245F is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB583695-
CMYK0.390.6200.63
HSL262.37º45.04%25.69%-
HSV(B)262.37º62.11%37.25%-
XYZ4.442.9911.17-
YUV49.3153.79134.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 95 (37.5% from 255) = 50.26%
R=30.69%
G=19.05%
B=50.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5836950.390.6200.63262.3745.0425.69
Hex3A245F273E03F1062d1a
Octal724413747760774065532
Binary1110101001001011111100111111110011111110000011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,95); }

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

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

 a { background-color: rgb(58,36,95); }

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

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

 span { border-color: rgb(58,36,95); }

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