#35165A

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

Shades of Christalle #35165A

Tints of Christalle #35165A

Color information

#35165A (or 0x35165A) is unknown color: approx Christalle. HEX triplet: 35, 16 and 5A. RGB value is (53,22,90). Sum of RGB (Red+Green+Blue) = 53+22+90=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #35165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35165A is #CAE9A5. Grayscale: #262626. Windows color (decimal): -13298086 or 5903925. OLE color: 5903925.

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

Color convert

RGB532290-
CMYK0.410.7600.65
HSL267.35º60.71%21.96%-
HSV(B)267.35º75.56%35.29%-
XYZ3.62.079.88-
YUV39.02156.77137.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=32.12%
G=13.33%
B=54.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5322900.410.7600.65267.3560.7121.96
Hex35165A294C04110b3d16
Octal65261325111401014137526
Binary11010110110101101010100110011000100000110000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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