#3D1A66

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

Shades of Christalle #3D1A66

Tints of Christalle #3D1A66

Color information

#3D1A66 (or 0x3D1A66) is unknown color: approx Christalle. HEX triplet: 3D, 1A and 66. RGB value is (61,26,102). Sum of RGB (Red+Green+Blue) = 61+26+102=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D1A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1A66 is #C2E599. Grayscale: #2C2C2C. Windows color (decimal): -12772762 or 6691389. OLE color: 6691389.

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

Color convert

RGB6126102-
CMYK0.400.7500.6
HSL267.63º59.38%25.1%-
HSV(B)267.63º74.51%40%-
XYZ4.692.6912.84-
YUV45.13160.1139.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=32.28%
G=13.76%
B=53.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61261020.400.7500.6267.6359.3825.1
Hex3D1A66284B03C10c3b19
Octal7532146501130744147331
Binary1111011101011001101010001001011011110010000110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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