#351255

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

Shades of Christalle #351255

Tints of Christalle #351255

Color information

#351255 (or 0x351255) is unknown color: approx Christalle. HEX triplet: 35, 12 and 55. RGB value is (53,18,85). Sum of RGB (Red+Green+Blue) = 53+18+85=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #351255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351255 is #CAEDAA. Grayscale: #232323. Windows color (decimal): -13299115 or 5575221. OLE color: 5575221.

HSL color Cylindrical-coordinate representation of color #351255: hue angle of 271.34º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351255 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB531885-
CMYK0.380.7900.67
HSL271.34º65.05%20.2%-
HSV(B)271.34º78.82%33.33%-
XYZ3.321.858.78-
YUV36.1155.6140.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=33.97%
G=11.54%
B=54.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5318850.380.7900.67271.3465.0520.2
Hex351255264F04310f4114
Octal652212546117010341710124
Binary110101100101010101100110100111101000011100001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351255; }

 p { color: rgb(53,18,85); }

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

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

 a { background-color: rgb(53,18,85); }

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

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

 span { border-color: rgb(53,18,85); }

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