#3A2062

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

Shades of Christalle #3A2062

Tints of Christalle #3A2062

Color information

#3A2062 (or 0x3A2062) is unknown color: approx Christalle. HEX triplet: 3A, 20 and 62. RGB value is (58,32,98). Sum of RGB (Red+Green+Blue) = 58+32+98=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2062 is #C5DF9D. Grayscale: #2F2F2F. Windows color (decimal): -12967838 or 6430778. OLE color: 6430778.

HSL color Cylindrical-coordinate representation of color #3A2062: hue angle of 263.64º degrees, saturation: 0.51, 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 #3A2062 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB583298-
CMYK0.410.6700.62
HSL263.64º50.77%25.49%-
HSV(B)263.64º67.35%38.43%-
XYZ4.472.8111.86-
YUV47.3156.61135.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=30.85%
G=17.02%
B=52.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5832980.410.6700.62263.6450.7725.49
Hex3A2062294303E1083319
Octal7240142511030764106331
Binary11101010000011000101010011000011011111010000100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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