#2C1261

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

Shades of Christalle #2C1261

Tints of Christalle #2C1261

Color information

#2C1261 (or 0x2C1261) is unknown color: approx Christalle. HEX triplet: 2C, 12 and 61. RGB value is (44,18,97). Sum of RGB (Red+Green+Blue) = 44+18+97=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1261 is #D3ED9E. Grayscale: #222222. Windows color (decimal): -13888927 or 6361644. OLE color: 6361644.

HSL color Cylindrical-coordinate representation of color #2C1261: hue angle of 259.75º 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 #2C1261 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB441897-
CMYK0.550.8100.62
HSL259.75º68.7%22.55%-
HSV(B)259.75º81.44%38.04%-
XYZ3.411.8311.48-
YUV34.78163.11134.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=27.67%
G=11.32%
B=61.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4418970.550.8100.62259.7568.722.55
Hex2C1261375103E1044517
Octal54221416712107640410527
Binary10110010010110000111011110100010111110100000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1261; }

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

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

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

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

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

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

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

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