#360B57

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

Shades of Christalle #360B57

Tints of Christalle #360B57

Color information

#360B57 (or 0x360B57) is unknown color: approx Christalle. HEX triplet: 36, 0B and 57. RGB value is (54,11,87). Sum of RGB (Red+Green+Blue) = 54+11+87=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #360B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B57 is #C9F4A8. Grayscale: #202020. Windows color (decimal): -13235369 or 5704502. OLE color: 5704502.

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

Color convert

RGB541187-
CMYK0.380.8700.66
HSL273.95º77.55%19.22%-
HSV(B)273.95º87.36%34.12%-
XYZ3.361.719.17-
YUV32.52158.75143.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=35.53%
G=7.24%
B=57.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5411870.380.8700.66273.9577.5519.22
Hex36B5726570421124e13
Octal661312746127010242211623
Binary11011010111010111100110101011101000010100010010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360B57; }

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

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

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

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

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

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

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

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