#3D1C71

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

Shades of Christalle #3D1C71

Tints of Christalle #3D1C71

Color information

#3D1C71 (or 0x3D1C71) is unknown color: approx Christalle. HEX triplet: 3D, 1C and 71. RGB value is (61,28,113). Sum of RGB (Red+Green+Blue) = 61+28+113=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D1C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1C71 is #C2E38E. Grayscale: #2F2F2F. Windows color (decimal): -12772239 or 7412797. OLE color: 7412797.

HSL color Cylindrical-coordinate representation of color #3D1C71: hue angle of 263.29º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1C71 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6128113-
CMYK0.460.7500.56
HSL263.29º60.28%27.65%-
HSV(B)263.29º75.22%44.31%-
XYZ5.323.0115.92-
YUV47.56164.93137.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=30.20%
G=13.86%
B=55.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61281130.460.7500.56263.2960.2827.65
Hex3D1C712E4B0381073c1c
Octal7534161561130704077434
Binary1111011110011100011011101001011011100010000011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,113); }

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

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

 a { background-color: rgb(61,28,113); }

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

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

 span { border-color: rgb(61,28,113); }

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