#3D1D67

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

Shades of Christalle #3D1D67

Tints of Christalle #3D1D67

Color information

#3D1D67 (or 0x3D1D67) is unknown color: approx Christalle. HEX triplet: 3D, 1D and 67. RGB value is (61,29,103). Sum of RGB (Red+Green+Blue) = 61+29+103=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D1D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D67 is #C2E298. Grayscale: #2E2E2E. Windows color (decimal): -12771993 or 6757693. OLE color: 6757693.

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

Color convert

RGB6129103-
CMYK0.410.7200.60
HSL265.95º56.06%25.88%-
HSV(B)265.95º71.84%40.39%-
XYZ4.812.8513.13-
YUV47159.6137.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=31.61%
G=15.03%
B=53.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61291030.410.7200.60265.9556.0625.88
Hex3D1D67294803C10a381a
Octal7535147511100744127032
Binary1111011110111001111010011001000011110010000101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,29,103); }

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

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

 a { background-color: rgb(61,29,103); }

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

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

 span { border-color: rgb(61,29,103); }

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