#3A245B

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

Shades of Christalle #3A245B

Tints of Christalle #3A245B

Color information

#3A245B (or 0x3A245B) is unknown color: approx Christalle. HEX triplet: 3A, 24 and 5B. RGB value is (58,36,91). Sum of RGB (Red+Green+Blue) = 58+36+91=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A245B is #C5DBA4. Grayscale: #303030. Windows color (decimal): -12966821 or 5973050. OLE color: 5973050.

HSL color Cylindrical-coordinate representation of color #3A245B: hue angle of 264º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A245B is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB583691-
CMYK0.360.6000.64
HSL264º43.31%24.9%-
HSV(B)264º60.44%35.69%-
XYZ4.262.9210.24-
YUV48.85151.79134.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=31.35%
G=19.46%
B=49.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5836910.360.6000.6426443.3124.9
Hex3A245B243C0401082b19
Octal7244133447401004105331
Binary11101010010010110111001001111000100000010000100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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