#2C0760

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

Shades of Christalle #2C0760

Tints of Christalle #2C0760

Color information

#2C0760 (or 0x2C0760) is unknown color: approx Christalle. HEX triplet: 2C, 07 and 60. RGB value is (44,7,96). Sum of RGB (Red+Green+Blue) = 44+7+96=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0760 is #D3F89F. Grayscale: #1B1B1B. Windows color (decimal): -13891744 or 6293292. OLE color: 6293292.

HSL color Cylindrical-coordinate representation of color #2C0760: hue angle of 264.94º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0760 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB44796-
CMYK0.540.9300.62
HSL264.94º86.41%20.2%-
HSV(B)264.94º92.71%37.65%-
XYZ3.231.5311.19-
YUV28.21166.26139.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.93%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=29.93%
G=4.76%
B=65.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal447960.540.9300.62264.9486.4120.2
Hex2C760365D03E1095614
Octal5471406613507641112624
Binary101100111110000011011010111010111110100001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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