#3A2355

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

Shades of Christalle #3A2355

Tints of Christalle #3A2355

Color information

#3A2355 (or 0x3A2355) is unknown color: approx Christalle. HEX triplet: 3A, 23 and 55. RGB value is (58,35,85). Sum of RGB (Red+Green+Blue) = 58+35+85=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2355 is #C5DCAA. Grayscale: #2F2F2F. Windows color (decimal): -12967083 or 5579578. OLE color: 5579578.

HSL color Cylindrical-coordinate representation of color #3A2355: hue angle of 267.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2355 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB583585-
CMYK0.320.5900.67
HSL267.6º41.67%23.53%-
HSV(B)267.6º58.82%33.33%-
XYZ3.992.768.92-
YUV47.58149.12135.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.58%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=32.58%
G=19.66%
B=47.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5835850.320.5900.67267.641.6723.53
Hex3A2355203B04310c2a18
Octal7243125407301034145230
Binary11101010001110101011000001110110100001110000110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,85); }

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

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

 a { background-color: rgb(58,35,85); }

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

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

 span { border-color: rgb(58,35,85); }

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