#35216E

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

Shades of Christalle #35216E

Tints of Christalle #35216E

Color information

#35216E (or 0x35216E) is unknown color: approx Christalle. HEX triplet: 35, 21 and 6E. RGB value is (53,33,110). Sum of RGB (Red+Green+Blue) = 53+33+110=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #35216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35216E is #CADE91. Grayscale: #2F2F2F. Windows color (decimal): -13295250 or 7217461. OLE color: 7217461.

HSL color Cylindrical-coordinate representation of color #35216E: hue angle of 255.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35216E is Cyan = 0.52, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5333110-
CMYK0.520.700.57
HSL255.58º53.85%28.04%-
HSV(B)255.58º70%43.14%-
XYZ4.832.9715.07-
YUV47.76163.13131.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=27.04%
G=16.84%
B=56.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53331100.520.700.57255.5853.8528.04
Hex35216E3446039100361c
Octal6541156641060714006634
Binary11010110000111011101101001000110011100110000000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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