#3B1369

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

Shades of Christalle #3B1369

Tints of Christalle #3B1369

Color information

#3B1369 (or 0x3B1369) is unknown color: approx Christalle. HEX triplet: 3B, 13 and 69. RGB value is (59,19,105). Sum of RGB (Red+Green+Blue) = 59+19+105=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1369 is #C4EC96. Grayscale: #282828. Windows color (decimal): -12905623 or 6886203. OLE color: 6886203.

HSL color Cylindrical-coordinate representation of color #3B1369: hue angle of 267.91º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1369 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5919105-
CMYK0.440.8200.59
HSL267.91º69.35%24.31%-
HSV(B)267.91º81.9%41.18%-
XYZ4.592.4213.59-
YUV40.76164.25141.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=32.24%
G=10.38%
B=57.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59191050.440.8200.59267.9169.3524.31
Hex3B13692C5203B10c4518
Octal73231515412207341410530
Binary11101110011110100110110010100100111011100001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,105); }

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

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

 a { background-color: rgb(59,19,105); }

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

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

 span { border-color: rgb(59,19,105); }

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