#361261

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

Shades of Christalle #361261

Tints of Christalle #361261

Color information

#361261 (or 0x361261) is unknown color: approx Christalle. HEX triplet: 36, 12 and 61. RGB value is (54,18,97). Sum of RGB (Red+Green+Blue) = 54+18+97=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #361261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361261 is #C9ED9E. Grayscale: #252525. Windows color (decimal): -13233567 or 6361654. OLE color: 6361654.

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

Color convert

RGB541897-
CMYK0.440.8100.62
HSL267.34º68.7%22.55%-
HSV(B)267.34º81.44%38.04%-
XYZ3.92.0811.51-
YUV37.77161.43139.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=31.95%
G=10.65%
B=57.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5418970.440.8100.62267.3468.722.55
Hex3612612C5103E10b4517
Octal66221415412107641310527
Binary11011010010110000110110010100010111110100001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361261; }

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

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

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

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

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

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

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

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