#3C0964

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

Shades of Christalle #3C0964

Tints of Christalle #3C0964

Color information

#3C0964 (or 0x3C0964) is unknown color: approx Christalle. HEX triplet: 3C, 09 and 64. RGB value is (60,9,100). Sum of RGB (Red+Green+Blue) = 60+9+100=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C0964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0964 is #C3F69B. Grayscale: #222222. Windows color (decimal): -12842652 or 6555964. OLE color: 6555964.

HSL color Cylindrical-coordinate representation of color #3C0964: hue angle of 273.63º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0964 is Cyan = 0.4, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB609100-
CMYK0.40.9100.61
HSL273.63º83.49%21.37%-
HSV(B)273.63º91%39.22%-
XYZ4.262.0812.23-
YUV34.62164.9146.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.50%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 100 (39.45% from 255) = 59.17%
R=35.50%
G=5.33%
B=59.17%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6091000.40.9100.61273.6383.4921.37
Hex3C964285B03D1125315
Octal74111445013307542212325
Binary1111001001110010010100010110110111101100010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0964; }

 p { color: rgb(60,9,100); }

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

<style>
 a { background-color: #3C0964; }

 a { background-color: rgb(60,9,100); }

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

<style>
 span { border-color: #3C0964; }

 span { border-color: rgb(60,9,100); }

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