#3D146A

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

Shades of Christalle #3D146A

Tints of Christalle #3D146A

Color information

#3D146A (or 0x3D146A) is unknown color: approx Christalle. HEX triplet: 3D, 14 and 6A. RGB value is (61,20,106). Sum of RGB (Red+Green+Blue) = 61+20+106=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D146A is #C2EB95. Grayscale: #292929. Windows color (decimal): -12774294 or 6951997. OLE color: 6951997.

HSL color Cylindrical-coordinate representation of color #3D146A: hue angle of 268.6º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D146A is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6120106-
CMYK0.420.8100.58
HSL268.6º68.25%24.71%-
HSV(B)268.6º81.13%41.57%-
XYZ4.782.5313.87-
YUV42.06164.08141.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=32.62%
G=10.70%
B=56.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61201060.420.8100.58268.668.2524.71
Hex3D146A2A5103A10d4419
Octal75241525212107241510431
Binary11110110100110101010101010100010111010100001101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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