#3A155F

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

Shades of Christalle #3A155F

Tints of Christalle #3A155F

Color information

#3A155F (or 0x3A155F) is unknown color: approx Christalle. HEX triplet: 3A, 15 and 5F. RGB value is (58,21,95). Sum of RGB (Red+Green+Blue) = 58+21+95=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A155F is #C5EAA0. Grayscale: #282828. Windows color (decimal): -12970657 or 6231354. OLE color: 6231354.

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

Color convert

RGB582195-
CMYK0.390.7800.63
HSL270º63.79%22.75%-
HSV(B)270º77.89%37.25%-
XYZ4.082.2611.05-
YUV40.5158.76140.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 95 (37.5% from 255) = 54.60%
R=33.33%
G=12.07%
B=54.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5821950.390.7800.6327063.7922.75
Hex3A155F274E03F10e4017
Octal72251374711607741610027
Binary11101010101101111110011110011100111111100001110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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