#3D156E

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

Shades of Christalle #3D156E

Tints of Christalle #3D156E

Color information

#3D156E (or 0x3D156E) is unknown color: approx Christalle. HEX triplet: 3D, 15 and 6E. RGB value is (61,21,110). Sum of RGB (Red+Green+Blue) = 61+21+110=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D156E is #C2EA91. Grayscale: #2A2A2A. Windows color (decimal): -12774034 or 7214397. OLE color: 7214397.

HSL color Cylindrical-coordinate representation of color #3D156E: hue angle of 266.97º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D156E is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6121110-
CMYK0.450.8100.57
HSL266.97º67.94%25.69%-
HSV(B)266.97º80.91%43.14%-
XYZ5.012.6515-
YUV43.11165.75140.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.77%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=31.77%
G=10.94%
B=57.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61211100.450.8100.57266.9767.9425.69
Hex3D156E2D5103910b441a
Octal75251565512107141310432
Binary11110110101110111010110110100010111001100001011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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