#35115E

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

Shades of Christalle #35115E

Tints of Christalle #35115E

Color information

#35115E (or 0x35115E) is unknown color: approx Christalle. HEX triplet: 35, 11 and 5E. RGB value is (53,17,94). Sum of RGB (Red+Green+Blue) = 53+17+94=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #35115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35115E is #CAEEA1. Grayscale: #242424. Windows color (decimal): -13299362 or 6164789. OLE color: 6164789.

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

Color convert

RGB531794-
CMYK0.440.8200.63
HSL268.05º69.37%21.76%-
HSV(B)268.05º81.91%36.86%-
XYZ3.691.9710.77-
YUV36.54160.43139.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=32.32%
G=10.37%
B=57.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5317940.440.8200.63268.0569.3721.76
Hex35115E2C5203F10c4516
Octal65211365412207741410526
Binary11010110001101111010110010100100111111100001100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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