#351568

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

Shades of Christalle #351568

Tints of Christalle #351568

Color information

#351568 (or 0x351568) is unknown color: approx Christalle. HEX triplet: 35, 15 and 68. RGB value is (53,21,104). Sum of RGB (Red+Green+Blue) = 53+21+104=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #351568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351568 is #CAEA97. Grayscale: #272727. Windows color (decimal): -13298328 or 6821173. OLE color: 6821173.

HSL color Cylindrical-coordinate representation of color #351568: hue angle of 263.13º 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 #351568 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5321104-
CMYK0.490.8000.59
HSL263.13º66.4%24.51%-
HSV(B)263.13º79.81%40.78%-
XYZ4.242.2913.32-
YUV40.03164.1137.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=29.78%
G=11.80%
B=58.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53211040.490.8000.59263.1366.424.51
Hex351568315003B1074219
Octal65251506112007340710231
Binary11010110101110100011000110100000111011100000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351568; }

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

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

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

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

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

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

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

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