#351554

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

Shades of Christalle #351554

Tints of Christalle #351554

Color information

#351554 (or 0x351554) is unknown color: approx Christalle. HEX triplet: 35, 15 and 54. RGB value is (53,21,84). Sum of RGB (Red+Green+Blue) = 53+21+84=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #351554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351554 is #CAEAAB. Grayscale: #252525. Windows color (decimal): -13298348 or 5510453. OLE color: 5510453.

HSL color Cylindrical-coordinate representation of color #351554: hue angle of 270.48º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351554 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB532184-
CMYK0.370.7500.67
HSL270.48º60%20.59%-
HSV(B)270.48º75%32.94%-
XYZ3.341.938.58-
YUV37.75154.1138.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=33.54%
G=13.29%
B=53.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5321840.370.7500.67270.486020.59
Hex351554254B04310e3c15
Octal65251244511301034167425
Binary11010110101101010010010110010110100001110000111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351554; }

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

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

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

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

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

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

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

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