#35216A

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

Shades of Christalle #35216A

Tints of Christalle #35216A

Color information

#35216A (or 0x35216A) is unknown color: approx Christalle. HEX triplet: 35, 21 and 6A. RGB value is (53,33,106). Sum of RGB (Red+Green+Blue) = 53+33+106=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #35216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35216A is #CADE95. Grayscale: #2F2F2F. Windows color (decimal): -13295254 or 6955317. OLE color: 6955317.

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

Color convert

RGB5333106-
CMYK0.50.6900.58
HSL256.44º52.52%27.25%-
HSV(B)256.44º68.87%41.57%-
XYZ4.612.8913.95-
YUV47.3161.13132.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=27.60%
G=17.19%
B=55.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53331060.50.6900.58256.4452.5227.25
Hex35216A324503A100351b
Octal6541152621050724006533
Binary11010110000111010101100101000101011101010000000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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