#3D155A

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

Shades of Christalle #3D155A

Tints of Christalle #3D155A

Color information

#3D155A (or 0x3D155A) is unknown color: approx Christalle. HEX triplet: 3D, 15 and 5A. RGB value is (61,21,90). Sum of RGB (Red+Green+Blue) = 61+21+90=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D155A is #C2EAA5. Grayscale: #282828. Windows color (decimal): -12774054 or 5903677. OLE color: 5903677.

HSL color Cylindrical-coordinate representation of color #3D155A: hue angle of 274.78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D155A is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB612190-
CMYK0.320.7700.65
HSL274.78º62.16%21.76%-
HSV(B)274.78º76.67%35.29%-
XYZ4.042.279.9-
YUV40.83155.75142.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=35.47%
G=12.21%
B=52.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6121900.320.7700.65274.7862.1621.76
Hex3D155A204D0411133e16
Octal75251324011501014237626
Binary11110110101101101010000010011010100000110001001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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