#35135A

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

Shades of Christalle #35135A

Tints of Christalle #35135A

Color information

#35135A (or 0x35135A) is unknown color: approx Christalle. HEX triplet: 35, 13 and 5A. RGB value is (53,19,90). Sum of RGB (Red+Green+Blue) = 53+19+90=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #35135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35135A is #CAECA5. Grayscale: #252525. Windows color (decimal): -13298854 or 5903157. OLE color: 5903157.

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

Color convert

RGB531990-
CMYK0.410.7900.65
HSL268.73º65.14%21.37%-
HSV(B)268.73º78.89%35.29%-
XYZ3.551.969.86-
YUV37.26157.76139.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=32.72%
G=11.73%
B=55.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5319900.410.7900.65268.7365.1421.37
Hex35135A294F04110d4115
Octal652313251117010141510125
Binary110101100111011010101001100111101000001100001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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