#3A2071

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

Shades of Christalle #3A2071

Tints of Christalle #3A2071

Color information

#3A2071 (or 0x3A2071) is unknown color: approx Christalle. HEX triplet: 3A, 20 and 71. RGB value is (58,32,113). Sum of RGB (Red+Green+Blue) = 58+32+113=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2071 is #C5DF8E. Grayscale: #303030. Windows color (decimal): -12967823 or 7413818. OLE color: 7413818.

HSL color Cylindrical-coordinate representation of color #3A2071: hue angle of 259.26º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2071 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5832113-
CMYK0.490.7200.56
HSL259.26º55.86%28.43%-
HSV(B)259.26º71.68%44.31%-
XYZ5.243.1215.95-
YUV49.01164.11134.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=28.57%
G=15.76%
B=55.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58321130.490.7200.56259.2655.8628.43
Hex3A20713148038103381c
Octal7240161611100704037034
Binary11101010000011100011100011001000011100010000001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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