#3A2060

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

Shades of Christalle #3A2060

Tints of Christalle #3A2060

Color information

#3A2060 (or 0x3A2060) is unknown color: approx Christalle. HEX triplet: 3A, 20 and 60. RGB value is (58,32,96). Sum of RGB (Red+Green+Blue) = 58+32+96=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2060 is #C5DF9F. Grayscale: #2E2E2E. Windows color (decimal): -12967840 or 6299706. OLE color: 6299706.

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

Color convert

RGB583296-
CMYK0.400.6700.62
HSL264.38º50%25.1%-
HSV(B)264.38º66.67%37.65%-
XYZ4.372.7811.37-
YUV47.07155.61135.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=31.18%
G=17.20%
B=51.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5832960.400.6700.62264.385025.1
Hex3A2060284303E1083219
Octal7240140501030764106231
Binary11101010000011000001010001000011011111010000100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,96); }

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

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

 a { background-color: rgb(58,32,96); }

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

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

 span { border-color: rgb(58,32,96); }

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