#351153

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

Shades of Christalle #351153

Tints of Christalle #351153

Color information

#351153 (or 0x351153) is unknown color: approx Christalle. HEX triplet: 35, 11 and 53. RGB value is (53,17,83). Sum of RGB (Red+Green+Blue) = 53+17+83=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #351153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351153 is #CAEEAC. Grayscale: #232323. Windows color (decimal): -13299373 or 5443893. OLE color: 5443893.

HSL color Cylindrical-coordinate representation of color #351153: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351153 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB531783-
CMYK0.360.8000.67
HSL272.73º66%19.61%-
HSV(B)272.73º79.52%32.55%-
XYZ3.231.788.36-
YUV35.29154.93140.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=34.64%
G=11.11%
B=54.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5317830.360.8000.67272.736619.61
Hex35115324500431114214
Octal652112344120010342110224
Binary110101100011010011100100101000001000011100010001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351153; }

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

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

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

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

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

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

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

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