#2C0759

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

Shades of Christalle #2C0759

Tints of Christalle #2C0759

Color information

#2C0759 (or 0x2C0759) is unknown color: approx Christalle. HEX triplet: 2C, 07 and 59. RGB value is (44,7,89). Sum of RGB (Red+Green+Blue) = 44+7+89=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C0759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0759 is #D3F8A6. Grayscale: #1B1B1B. Windows color (decimal): -13891751 or 5834540. OLE color: 5834540.

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

Color convert

RGB44789-
CMYK0.510.9200.65
HSL267.07º85.42%18.82%-
HSV(B)267.07º92.13%34.9%-
XYZ2.921.419.57-
YUV27.41162.76139.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.43%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 89 (35.16% from 255) = 63.57%
R=31.43%
G=5%
B=63.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal447890.510.9200.65267.0785.4218.82
Hex2C759335C04110b5513
Octal54713163134010141312523
Binary1011001111011001110011101110001000001100001011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,7,89); }

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

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

 a { background-color: rgb(44,7,89); }

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

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

 span { border-color: rgb(44,7,89); }

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