#35216C

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

Shades of Christalle #35216C

Tints of Christalle #35216C

Color information

#35216C (or 0x35216C) is unknown color: approx Christalle. HEX triplet: 35, 21 and 6C. RGB value is (53,33,108). Sum of RGB (Red+Green+Blue) = 53+33+108=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #35216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35216C is #CADE93. Grayscale: #2F2F2F. Windows color (decimal): -13295252 or 7086389. OLE color: 7086389.

HSL color Cylindrical-coordinate representation of color #35216C: hue angle of 256º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35216C is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5333108-
CMYK0.510.6900.58
HSL256º53.19%27.65%-
HSV(B)256º69.44%42.35%-
XYZ4.722.9314.5-
YUV47.53162.13131.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=27.32%
G=17.01%
B=55.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53331080.510.6900.5825653.1927.65
Hex35216C334503A100351c
Octal6541154631050724006534
Binary11010110000111011001100111000101011101010000000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35216C; }

 p { color: rgb(53,33,108); }

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

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

 a { background-color: rgb(53,33,108); }

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

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

 span { border-color: rgb(53,33,108); }

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