#3A1363

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

Shades of Christalle #3A1363

Tints of Christalle #3A1363

Color information

#3A1363 (or 0x3A1363) is unknown color: approx Christalle. HEX triplet: 3A, 13 and 63. RGB value is (58,19,99). Sum of RGB (Red+Green+Blue) = 58+19+99=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1363 is #C5EC9C. Grayscale: #272727. Windows color (decimal): -12971165 or 6492986. OLE color: 6492986.

HSL color Cylindrical-coordinate representation of color #3A1363: hue angle of 269.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1363 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB581999-
CMYK0.410.8100.61
HSL269.25º67.8%23.14%-
HSV(B)269.25º80.81%38.82%-
XYZ4.232.2712.02-
YUV39.78161.42141-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=32.95%
G=10.80%
B=56.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5819990.410.8100.61269.2567.823.14
Hex3A1363295103D10d4417
Octal72231435112107541510427
Binary11101010011110001110100110100010111101100001101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,99); }

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

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

 a { background-color: rgb(58,19,99); }

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

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

 span { border-color: rgb(58,19,99); }

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