#2C1363

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

Shades of Christalle #2C1363

Tints of Christalle #2C1363

Color information

#2C1363 (or 0x2C1363) is unknown color: approx Christalle. HEX triplet: 2C, 13 and 63. RGB value is (44,19,99). Sum of RGB (Red+Green+Blue) = 44+19+99=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1363 is #D3EC9C. Grayscale: #232323. Windows color (decimal): -13888669 or 6492972. OLE color: 6492972.

HSL color Cylindrical-coordinate representation of color #2C1363: hue angle of 258.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C1363 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB441999-
CMYK0.560.8100.61
HSL258.75º67.8%23.14%-
HSV(B)258.75º80.81%38.82%-
XYZ3.521.911.99-
YUV35.6163.78134-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 99 (39.06% from 255) = 61.11%
R=27.16%
G=11.73%
B=61.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4419990.560.8100.61258.7567.823.14
Hex2C1363385103D1034417
Octal54231437012107540310427
Binary10110010011110001111100010100010111101100000011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,99); }

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

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

 a { background-color: rgb(44,19,99); }

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

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

 span { border-color: rgb(44,19,99); }

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