#2C155A

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

Shades of Christalle #2C155A

Tints of Christalle #2C155A

Color information

#2C155A (or 0x2C155A) is unknown color: approx Christalle. HEX triplet: 2C, 15 and 5A. RGB value is (44,21,90). Sum of RGB (Red+Green+Blue) = 44+21+90=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C155A is #D3EAA5. Grayscale: #232323. Windows color (decimal): -13888166 or 5903660. OLE color: 5903660.

HSL color Cylindrical-coordinate representation of color #2C155A: hue angle of 260º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C155A is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB442190-
CMYK0.510.7700.65
HSL260º62.16%21.76%-
HSV(B)260º76.67%35.29%-
XYZ3.151.819.86-
YUV35.74158.62133.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=28.39%
G=13.55%
B=58.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4421900.510.7700.6526062.1621.76
Hex2C155A334D0411043e16
Octal54251326311501014047626
Binary10110010101101101011001110011010100000110000010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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