#361257

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

Shades of Christalle #361257

Tints of Christalle #361257

Color information

#361257 (or 0x361257) is unknown color: approx Christalle. HEX triplet: 36, 12 and 57. RGB value is (54,18,87). Sum of RGB (Red+Green+Blue) = 54+18+87=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #361257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361257 is #C9EDA8. Grayscale: #242424. Windows color (decimal): -13233577 or 5706294. OLE color: 5706294.

HSL color Cylindrical-coordinate representation of color #361257: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361257 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB541887-
CMYK0.380.7900.66
HSL271.3º65.71%20.59%-
HSV(B)271.3º79.31%34.12%-
XYZ3.461.919.2-
YUV36.63156.43140.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=33.96%
G=11.32%
B=54.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5418870.380.7900.66271.365.7120.59
Hex361257264F04210f4215
Octal662212746117010241710225
Binary110110100101010111100110100111101000010100001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361257; }

 p { color: rgb(54,18,87); }

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

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

 a { background-color: rgb(54,18,87); }

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

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

 span { border-color: rgb(54,18,87); }

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