#35155E

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

Shades of Christalle #35155E

Tints of Christalle #35155E

Color information

#35155E (or 0x35155E) is unknown color: approx Christalle. HEX triplet: 35, 15 and 5E. RGB value is (53,21,94). Sum of RGB (Red+Green+Blue) = 53+21+94=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #35155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35155E is #CAEAA1. Grayscale: #262626. Windows color (decimal): -13298338 or 6165813. OLE color: 6165813.

HSL color Cylindrical-coordinate representation of color #35155E: hue angle of 266.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35155E is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB532194-
CMYK0.440.7800.63
HSL266.3º63.48%22.55%-
HSV(B)266.3º77.66%36.86%-
XYZ3.762.110.8-
YUV38.89159.1138.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=31.55%
G=12.5%
B=55.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5321940.440.7800.63266.363.4822.55
Hex35155E2C4E03F10a3f17
Octal6525136541160774127727
Binary1101011010110111101011001001110011111110000101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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