#35115A

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

Shades of Christalle #35115A

Tints of Christalle #35115A

Color information

#35115A (or 0x35115A) is unknown color: approx Christalle. HEX triplet: 35, 11 and 5A. RGB value is (53,17,90). Sum of RGB (Red+Green+Blue) = 53+17+90=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #35115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35115A is #CAEEA5. Grayscale: #232323. Windows color (decimal): -13299366 or 5902645. OLE color: 5902645.

HSL color Cylindrical-coordinate representation of color #35115A: hue angle of 269.59º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35115A is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB531790-
CMYK0.410.8100.65
HSL269.59º68.22%20.98%-
HSV(B)269.59º81.11%35.29%-
XYZ3.511.99.85-
YUV36.09158.43140.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=33.12%
G=10.62%
B=56.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5317900.410.8100.65269.5968.2220.98
Hex35115A295104110e4415
Octal652113251121010141610425
Binary110101100011011010101001101000101000001100001110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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