#2C055D

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

Shades of Christalle #2C055D

Tints of Christalle #2C055D

Color information

#2C055D (or 0x2C055D) is unknown color: approx Christalle. HEX triplet: 2C, 05 and 5D. RGB value is (44,5,93). Sum of RGB (Red+Green+Blue) = 44+5+93=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C055D is #D3FAA2. Grayscale: #1A1A1A. Windows color (decimal): -13892259 or 6096172. OLE color: 6096172.

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

Color convert

RGB44593-
CMYK0.530.9500.64
HSL266.59º89.8%19.22%-
HSV(B)266.59º94.62%36.47%-
XYZ3.071.4310.47-
YUV26.69165.42140.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.99%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=30.99%
G=3.52%
B=65.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal445930.530.9500.64266.5989.819.22
Hex2C55D355F04010b5a13
Octal54513565137010041313223
Binary1011001011011101110101101111101000000100001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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