#3C1061

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

Shades of Christalle #3C1061

Tints of Christalle #3C1061

Color information

#3C1061 (or 0x3C1061) is unknown color: approx Christalle. HEX triplet: 3C, 10 and 61. RGB value is (60,16,97). Sum of RGB (Red+Green+Blue) = 60+16+97=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C1061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1061 is #C3EF9E. Grayscale: #262626. Windows color (decimal): -12840863 or 6361148. OLE color: 6361148.

HSL color Cylindrical-coordinate representation of color #3C1061: hue angle of 272.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1061 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB601697-
CMYK0.380.8400.62
HSL272.59º71.68%22.16%-
HSV(B)272.59º83.51%38.04%-
XYZ4.212.1911.51-
YUV38.39161.08143.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=34.68%
G=9.25%
B=56.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6016970.380.8400.62272.5971.6822.16
Hex3C1061265403E1114816
Octal74201414612407642111026
Binary11110010000110000110011010101000111110100010001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,97); }

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

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

 a { background-color: rgb(60,16,97); }

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

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

 span { border-color: rgb(60,16,97); }

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