#3A1561

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

Shades of Christalle #3A1561

Tints of Christalle #3A1561

Color information

#3A1561 (or 0x3A1561) is unknown color: approx Christalle. HEX triplet: 3A, 15 and 61. RGB value is (58,21,97). Sum of RGB (Red+Green+Blue) = 58+21+97=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A1561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1561 is #C5EA9E. Grayscale: #282828. Windows color (decimal): -12970655 or 6362426. OLE color: 6362426.

HSL color Cylindrical-coordinate representation of color #3A1561: hue angle of 269.21º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1561 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB582197-
CMYK0.400.7800.62
HSL269.21º64.41%23.14%-
HSV(B)269.21º78.35%38.04%-
XYZ4.172.311.53-
YUV40.73159.76140.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=32.95%
G=11.93%
B=55.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5821970.400.7800.62269.2164.4123.14
Hex3A1561284E03E10d4017
Octal72251415011607641510027
Binary11101010101110000110100010011100111110100001101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,97); }

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

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

 a { background-color: rgb(58,21,97); }

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

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

 span { border-color: rgb(58,21,97); }

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