#2C195D

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

Shades of Christalle #2C195D

Tints of Christalle #2C195D

Color information

#2C195D (or 0x2C195D) is unknown color: approx Christalle. HEX triplet: 2C, 19 and 5D. RGB value is (44,25,93). Sum of RGB (Red+Green+Blue) = 44+25+93=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C195D is #D3E6A2. Grayscale: #262626. Windows color (decimal): -13887139 or 6101292. OLE color: 6101292.

HSL color Cylindrical-coordinate representation of color #2C195D: hue angle of 256.76º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C195D is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB442593-
CMYK0.530.7300.64
HSL256.76º57.63%23.14%-
HSV(B)256.76º73.12%36.47%-
XYZ3.362.0210.57-
YUV38.43158.79131.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 93 (36.72% from 255) = 57.41%
R=27.16%
G=15.43%
B=57.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4425930.530.7300.64256.7657.6323.14
Hex2C195D35490401013a17
Octal54311356511101004017227
Binary10110011001101110111010110010010100000010000000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,25,93); }

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

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

 a { background-color: rgb(44,25,93); }

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

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

 span { border-color: rgb(44,25,93); }

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