#3C035D

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

Shades of Christalle #3C035D

Tints of Christalle #3C035D

Color information

#3C035D (or 0x3C035D) is unknown color: approx Christalle. HEX triplet: 3C, 03 and 5D. RGB value is (60,3,93). Sum of RGB (Red+Green+Blue) = 60+3+93=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C035D is #C3FCA2. Grayscale: #1E1E1E. Windows color (decimal): -12844195 or 6095676. OLE color: 6095676.

HSL color Cylindrical-coordinate representation of color #3C035D: hue angle of 278º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C035D is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB60393-
CMYK0.350.9700.64
HSL278º93.75%18.82%-
HSV(B)278º96.77%36.47%-
XYZ3.871.8210.5-
YUV30.3163.38149.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=38.46%
G=1.92%
B=59.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal603930.350.9700.6427893.7518.82
Hex3C35D23610401165e13
Octal74313543141010042613623
Binary111100111011101100011110000101000000100010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,93); }

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

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

 a { background-color: rgb(60,3,93); }

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

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

 span { border-color: rgb(60,3,93); }

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