#361E60

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

Shades of Christalle #361E60

Tints of Christalle #361E60

Color information

#361E60 (or 0x361E60) is unknown color: approx Christalle. HEX triplet: 36, 1E and 60. RGB value is (54,30,96). Sum of RGB (Red+Green+Blue) = 54+30+96=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #361E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E60 is #C9E19F. Grayscale: #2C2C2C. Windows color (decimal): -13230496 or 6299190. OLE color: 6299190.

HSL color Cylindrical-coordinate representation of color #361E60: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361E60 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB543096-
CMYK0.440.6900.62
HSL261.82º52.38%24.71%-
HSV(B)261.82º68.75%37.65%-
XYZ4.12.5611.34-
YUV44.7156.95134.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=30%
G=16.67%
B=53.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5430960.440.6900.62261.8252.3824.71
Hex361E602C4503E1063419
Octal6636140541050764066431
Binary1101101111011000001011001000101011111010000011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E60; }

 p { color: rgb(54,30,96); }

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

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

 a { background-color: rgb(54,30,96); }

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

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

 span { border-color: rgb(54,30,96); }

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