#3b1d68

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

Shades of Christalle #3B1D68

Tints of Christalle #3B1D68

Color information

#3B1D68 (or 0x3B1D68) is unknown color: approx Christalle. HEX triplet: 3B, 1D and 68. RGB value is (59,29,104). Sum of RGB (Red+Green+Blue) = 59+29+104=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B1D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D68 is #C4E297. Grayscale: #2E2E2E. Windows color (decimal): -12903064 or 6823227. OLE color: 6823227.

HSL color Cylindrical-coordinate representation of color #3B1D68: hue angle of 264º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B1D68 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5929104-
CMYK0.430.7200.59
HSL264º56.39%26.08%-
HSV(B)264º72.12%40.78%-
XYZ4.742.8113.39-
YUV46.52160.44136.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=30.73%
G=15.10%
B=54.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59291040.430.7200.5926456.3926.08
Hex3B1D682B4803B108381a
Octal7335150531100734107032
Binary1110111110111010001010111001000011101110000100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b1d68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,29,104); }

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

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

 a { background-color: rgb(59,29,104); }

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

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

 span { border-color: rgb(59,29,104); }

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