#35115B

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

Shades of Christalle #35115B

Tints of Christalle #35115B

Color information

#35115B (or 0x35115B) is unknown color: approx Christalle. HEX triplet: 35, 11 and 5B. RGB value is (53,17,91). Sum of RGB (Red+Green+Blue) = 53+17+91=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #35115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35115B is #CAEEA4. Grayscale: #232323. Windows color (decimal): -13299365 or 5968181. OLE color: 5968181.

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

Color convert

RGB531791-
CMYK0.420.8100.64
HSL269.19º68.52%21.18%-
HSV(B)269.19º81.32%35.69%-
XYZ3.561.9110.08-
YUV36.2158.93139.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=32.92%
G=10.56%
B=56.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5317910.420.8100.64269.1968.5221.18
Hex35115B2A5104010d4515
Octal652113352121010041510525
Binary110101100011011011101010101000101000000100001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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