#35175D

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

Shades of Christalle #35175D

Tints of Christalle #35175D

Color information

#35175D (or 0x35175D) is unknown color: approx Christalle. HEX triplet: 35, 17 and 5D. RGB value is (53,23,93). Sum of RGB (Red+Green+Blue) = 53+23+93=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #35175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35175D is #CAE8A2. Grayscale: #272727. Windows color (decimal): -13297827 or 6100789. OLE color: 6100789.

HSL color Cylindrical-coordinate representation of color #35175D: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35175D is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB532393-
CMYK0.430.7500.64
HSL265.71º60.34%22.75%-
HSV(B)265.71º75.27%36.47%-
XYZ3.752.1610.58-
YUV39.95157.94137.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=31.36%
G=13.61%
B=55.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5323930.430.7500.64265.7160.3422.75
Hex35175D2B4B04010a3c17
Octal65271355311301004127427
Binary11010110111101110110101110010110100000010000101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35175D; }

 p { color: rgb(53,23,93); }

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

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

 a { background-color: rgb(53,23,93); }

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

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

 span { border-color: rgb(53,23,93); }

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