#3A1368

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

Shades of Christalle #3A1368

Tints of Christalle #3A1368

Color information

#3A1368 (or 0x3A1368) is unknown color: approx Christalle. HEX triplet: 3A, 13 and 68. RGB value is (58,19,104). Sum of RGB (Red+Green+Blue) = 58+19+104=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A1368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1368 is #C5EC97. Grayscale: #282828. Windows color (decimal): -12971160 or 6820666. OLE color: 6820666.

HSL color Cylindrical-coordinate representation of color #3A1368: hue angle of 267.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1368 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5819104-
CMYK0.440.8200.59
HSL267.53º69.11%24.12%-
HSV(B)267.53º81.73%40.78%-
XYZ4.482.3613.32-
YUV40.35163.92140.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=32.04%
G=10.50%
B=57.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58191040.440.8200.59267.5369.1124.12
Hex3A13682C5203B10c4518
Octal72231505412207341410530
Binary11101010011110100010110010100100111011100001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,104); }

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

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

 a { background-color: rgb(58,19,104); }

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

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

 span { border-color: rgb(58,19,104); }

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