#3D2466

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

Shades of Christalle #3D2466

Tints of Christalle #3D2466

Color information

#3D2466 (or 0x3D2466) is unknown color: approx Christalle. HEX triplet: 3D, 24 and 66. RGB value is (61,36,102). Sum of RGB (Red+Green+Blue) = 61+36+102=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D2466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2466 is #C2DB99. Grayscale: #323232. Windows color (decimal): -12770202 or 6693949. OLE color: 6693949.

HSL color Cylindrical-coordinate representation of color #3D2466: hue angle of 262.73º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D2466 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6136102-
CMYK0.400.6500.6
HSL262.73º47.83%27.06%-
HSV(B)262.73º64.71%40%-
XYZ4.953.2112.93-
YUV51156.78135.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=30.65%
G=18.09%
B=51.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61361020.400.6500.6262.7347.8327.06
Hex3D2466284103C107301b
Octal7544146501010744076033
Binary11110110010011001101010001000001011110010000011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,102); }

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

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

 a { background-color: rgb(61,36,102); }

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

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

 span { border-color: rgb(61,36,102); }

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