#3D155F

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

Shades of Christalle #3D155F

Tints of Christalle #3D155F

Color information

#3D155F (or 0x3D155F) is unknown color: approx Christalle. HEX triplet: 3D, 15 and 5F. RGB value is (61,21,95). Sum of RGB (Red+Green+Blue) = 61+21+95=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D155F is #C2EAA0. Grayscale: #292929. Windows color (decimal): -12774049 or 6231357. OLE color: 6231357.

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

Color convert

RGB612195-
CMYK0.360.7800.63
HSL272.43º63.79%22.75%-
HSV(B)272.43º77.89%37.25%-
XYZ4.262.3511.06-
YUV41.4158.25141.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=34.46%
G=11.86%
B=53.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6121950.360.7800.63272.4363.7922.75
Hex3D155F244E03F1104017
Octal75251374411607742010027
Binary11110110101101111110010010011100111111100010000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,21,95); }

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

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

 a { background-color: rgb(61,21,95); }

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

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

 span { border-color: rgb(61,21,95); }

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