#3D286A

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

Shades of Christalle #3D286A

Tints of Christalle #3D286A

Color information

#3D286A (or 0x3D286A) is unknown color: approx Christalle. HEX triplet: 3D, 28 and 6A. RGB value is (61,40,106). Sum of RGB (Red+Green+Blue) = 61+40+106=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D286A is #C2D795. Grayscale: #353535. Windows color (decimal): -12769174 or 6957117. OLE color: 6957117.

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

Color convert

RGB6140106-
CMYK0.420.6200.58
HSL259.09º45.21%28.63%-
HSV(B)259.09º62.26%41.57%-
XYZ5.283.5514.04-
YUV53.8157.46133.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=29.47%
G=19.32%
B=51.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61401060.420.6200.58259.0945.2128.63
Hex3D286A2A3E03A1032d1d
Octal755015252760724035535
Binary1111011010001101010101010111110011101010000001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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