#3D145B

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

Shades of Christalle #3D145B

Tints of Christalle #3D145B

Color information

#3D145B (or 0x3D145B) is unknown color: approx Christalle. HEX triplet: 3D, 14 and 5B. RGB value is (61,20,91). Sum of RGB (Red+Green+Blue) = 61+20+91=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D145B is #C2EBA4. Grayscale: #282828. Windows color (decimal): -12774309 or 5968957. OLE color: 5968957.

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

Color convert

RGB612091-
CMYK0.330.7800.64
HSL274.65º63.96%21.76%-
HSV(B)274.65º78.02%35.69%-
XYZ4.062.2510.12-
YUV40.35156.58142.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=35.47%
G=11.63%
B=52.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6120910.330.7800.64274.6563.9621.76
Hex3D145B214E0401134016
Octal752413341116010042310026
Binary111101101001011011100001100111001000000100010011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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