#35175B

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

Shades of Christalle #35175B

Tints of Christalle #35175B

Color information

#35175B (or 0x35175B) is unknown color: approx Christalle. HEX triplet: 35, 17 and 5B. RGB value is (53,23,91). Sum of RGB (Red+Green+Blue) = 53+23+91=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #35175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35175B is #CAE8A4. Grayscale: #272727. Windows color (decimal): -13297829 or 5969717. OLE color: 5969717.

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

Color convert

RGB532391-
CMYK0.420.7500.64
HSL266.47º59.65%22.35%-
HSV(B)266.47º74.73%35.69%-
XYZ3.662.1310.11-
YUV39.72156.94137.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=31.74%
G=13.77%
B=54.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5323910.420.7500.64266.4759.6522.35
Hex35175B2A4B04010a3c16
Octal65271335211301004127426
Binary11010110111101101110101010010110100000010000101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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