#361961

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

Shades of Christalle #361961

Tints of Christalle #361961

Color information

#361961 (or 0x361961) is unknown color: approx Christalle. HEX triplet: 36, 19 and 61. RGB value is (54,25,97). Sum of RGB (Red+Green+Blue) = 54+25+97=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #361961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361961 is #C9E69E. Grayscale: #292929. Windows color (decimal): -13231775 or 6363446. OLE color: 6363446.

HSL color Cylindrical-coordinate representation of color #361961: hue angle of 264.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361961 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB542597-
CMYK0.440.7400.62
HSL264.17º59.02%23.92%-
HSV(B)264.17º74.23%38.04%-
XYZ4.032.3411.55-
YUV41.88159.11136.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=30.68%
G=14.20%
B=55.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5425970.440.7400.62264.1759.0223.92
Hex3619612C4A03E1083b18
Octal6631141541120764107330
Binary1101101100111000011011001001010011111010000100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361961; }

 p { color: rgb(54,25,97); }

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

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

 a { background-color: rgb(54,25,97); }

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

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

 span { border-color: rgb(54,25,97); }

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