#3C035F

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

Shades of Christalle #3C035F

Tints of Christalle #3C035F

Color information

#3C035F (or 0x3C035F) is unknown color: approx Christalle. HEX triplet: 3C, 03 and 5F. RGB value is (60,3,95). Sum of RGB (Red+Green+Blue) = 60+3+95=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C035F is #C3FCA0. Grayscale: #1E1E1E. Windows color (decimal): -12844193 or 6226748. OLE color: 6226748.

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

Color convert

RGB60395-
CMYK0.370.9700.63
HSL277.17º93.88%19.22%-
HSV(B)277.17º96.84%37.25%-
XYZ3.961.8510.98-
YUV30.53164.38149.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.97%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=37.97%
G=1.90%
B=60.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal603950.370.9700.63277.1793.8819.22
Hex3C35F256103F1155e13
Octal7431374514107742513623
Binary11110011101111110010111000010111111100010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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