#3C1F68

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

Shades of Christalle #3C1F68

Tints of Christalle #3C1F68

Color information

#3C1F68 (or 0x3C1F68) is unknown color: approx Christalle. HEX triplet: 3C, 1F and 68. RGB value is (60,31,104). Sum of RGB (Red+Green+Blue) = 60+31+104=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C1F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1F68 is #C3E097. Grayscale: #2F2F2F. Windows color (decimal): -12837016 or 6823740. OLE color: 6823740.

HSL color Cylindrical-coordinate representation of color #3C1F68: hue angle of 263.84º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1F68 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6031104-
CMYK0.420.7000.59
HSL263.84º54.07%26.47%-
HSV(B)263.84º70.19%40.78%-
XYZ4.852.9413.41-
YUV47.99159.61136.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=30.77%
G=15.90%
B=53.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60311040.420.7000.59263.8454.0726.47
Hex3C1F682A4603B108361a
Octal7437150521060734106632
Binary1111001111111010001010101000110011101110000100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,104); }

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

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

 a { background-color: rgb(60,31,104); }

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

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

 span { border-color: rgb(60,31,104); }

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