#3A145F

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

Shades of Christalle #3A145F

Tints of Christalle #3A145F

Color information

#3A145F (or 0x3A145F) is unknown color: approx Christalle. HEX triplet: 3A, 14 and 5F. RGB value is (58,20,95). Sum of RGB (Red+Green+Blue) = 58+20+95=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A145F is #C5EBA0. Grayscale: #272727. Windows color (decimal): -12970913 or 6231098. OLE color: 6231098.

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

Color convert

RGB582095-
CMYK0.390.7900.63
HSL270.4º65.22%22.55%-
HSV(B)270.4º78.95%37.25%-
XYZ4.062.2311.04-
YUV39.91159.09140.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 95 (37.5% from 255) = 54.91%
R=33.53%
G=11.56%
B=54.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5820950.390.7900.63270.465.2222.55
Hex3A145F274F03F10e4117
Octal72241374711707741610127
Binary11101010100101111110011110011110111111100001110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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