#3A1568

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

Shades of Christalle #3A1568

Tints of Christalle #3A1568

Color information

#3A1568 (or 0x3A1568) is unknown color: approx Christalle. HEX triplet: 3A, 15 and 68. RGB value is (58,21,104). Sum of RGB (Red+Green+Blue) = 58+21+104=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A1568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1568 is #C5EA97. Grayscale: #292929. Windows color (decimal): -12970648 or 6821178. OLE color: 6821178.

HSL color Cylindrical-coordinate representation of color #3A1568: hue angle of 266.75º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1568 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5821104-
CMYK0.440.8000.59
HSL266.75º66.4%24.51%-
HSV(B)266.75º79.81%40.78%-
XYZ4.512.4413.33-
YUV41.52163.26139.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=31.69%
G=11.48%
B=56.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58211040.440.8000.59266.7566.424.51
Hex3A15682C5003B10b4219
Octal72251505412007341310231
Binary11101010101110100010110010100000111011100001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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