#3D135B

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

Shades of Christalle #3D135B

Tints of Christalle #3D135B

Color information

#3D135B (or 0x3D135B) is unknown color: approx Christalle. HEX triplet: 3D, 13 and 5B. RGB value is (61,19,91). Sum of RGB (Red+Green+Blue) = 61+19+91=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D135B is #C2ECA4. Grayscale: #272727. Windows color (decimal): -12774565 or 5968701. OLE color: 5968701.

HSL color Cylindrical-coordinate representation of color #3D135B: hue angle of 275º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D135B is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB611991-
CMYK0.330.7900.64
HSL275º65.45%21.57%-
HSV(B)275º79.12%35.69%-
XYZ4.052.2110.11-
YUV39.77156.91143.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=35.67%
G=11.11%
B=53.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6119910.330.7900.6427565.4521.57
Hex3D135B214F0401134116
Octal752313341117010042310126
Binary111101100111011011100001100111101000000100010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,19,91); }

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

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

 a { background-color: rgb(61,19,91); }

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

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

 span { border-color: rgb(61,19,91); }

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