#3D185D

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

Shades of Christalle #3D185D

Tints of Christalle #3D185D

Color information

#3D185D (or 0x3D185D) is unknown color: approx Christalle. HEX triplet: 3D, 18 and 5D. RGB value is (61,24,93). Sum of RGB (Red+Green+Blue) = 61+24+93=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D185D is #C2E7A2. Grayscale: #2A2A2A. Windows color (decimal): -12773283 or 6101053. OLE color: 6101053.

HSL color Cylindrical-coordinate representation of color #3D185D: hue angle of 272.17º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D185D is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB612493-
CMYK0.340.7400.64
HSL272.17º58.97%22.94%-
HSV(B)272.17º74.19%36.47%-
XYZ4.232.4410.6-
YUV42.93156.26140.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.27%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=34.27%
G=13.48%
B=52.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6124930.340.7400.64272.1758.9722.94
Hex3D185D224A0401103b17
Octal75301354211201004207327
Binary11110111000101110110001010010100100000010001000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,24,93); }

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

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

 a { background-color: rgb(61,24,93); }

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

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

 span { border-color: rgb(61,24,93); }

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