#2C155C

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

Shades of Christalle #2C155C

Tints of Christalle #2C155C

Color information

#2C155C (or 0x2C155C) is unknown color: approx Christalle. HEX triplet: 2C, 15 and 5C. RGB value is (44,21,92). Sum of RGB (Red+Green+Blue) = 44+21+92=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C155C is #D3EAA3. Grayscale: #232323. Windows color (decimal): -13888164 or 6034732. OLE color: 6034732.

HSL color Cylindrical-coordinate representation of color #2C155C: hue angle of 259.44º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C155C is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB442192-
CMYK0.520.7700.64
HSL259.44º62.83%22.16%-
HSV(B)259.44º77.17%36.08%-
XYZ3.241.8410.31-
YUV35.97159.62133.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=28.03%
G=13.38%
B=58.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4421920.520.7700.64259.4462.8322.16
Hex2C155C344D0401033f16
Octal54251346411501004037726
Binary10110010101101110011010010011010100000010000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,92); }

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

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

 a { background-color: rgb(44,21,92); }

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

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

 span { border-color: rgb(44,21,92); }

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