#3A165C

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

Shades of Christalle #3A165C

Tints of Christalle #3A165C

Color information

#3A165C (or 0x3A165C) is unknown color: approx Christalle. HEX triplet: 3A, 16 and 5C. RGB value is (58,22,92). Sum of RGB (Red+Green+Blue) = 58+22+92=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A165C is #C5E9A3. Grayscale: #282828. Windows color (decimal): -12970404 or 6035002. OLE color: 6035002.

HSL color Cylindrical-coordinate representation of color #3A165C: hue angle of 270.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A165C is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB582292-
CMYK0.370.7600.64
HSL270.86º61.4%22.35%-
HSV(B)270.86º76.09%36.08%-
XYZ3.962.2510.35-
YUV40.74156.93140.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=33.72%
G=12.79%
B=53.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5822920.370.7600.64270.8661.422.35
Hex3A165C254C04010f3d16
Octal72261344511401004177526
Binary11101010110101110010010110011000100000010000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,22,92); }

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

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

 a { background-color: rgb(58,22,92); }

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

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

 span { border-color: rgb(58,22,92); }

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