#3C0760

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

Shades of Christalle #3C0760

Tints of Christalle #3C0760

Color information

#3C0760 (or 0x3C0760) is unknown color: approx Christalle. HEX triplet: 3C, 07 and 60. RGB value is (60,7,96). Sum of RGB (Red+Green+Blue) = 60+7+96=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0760 is #C3F89F. Grayscale: #202020. Windows color (decimal): -12843168 or 6293308. OLE color: 6293308.

HSL color Cylindrical-coordinate representation of color #3C0760: hue angle of 275.73º 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 #3C0760 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB60796-
CMYK0.380.9300.62
HSL275.73º86.41%20.2%-
HSV(B)275.73º92.71%37.65%-
XYZ4.051.9611.23-
YUV32.99163.56147.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.81%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=36.81%
G=4.29%
B=58.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal607960.380.9300.62275.7386.4120.2
Hex3C760265D03E1145614
Octal7471404613507642412624
Binary111100111110000010011010111010111110100010100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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