#3A216A

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

Shades of Christalle #3A216A

Tints of Christalle #3A216A

Color information

#3A216A (or 0x3A216A) is unknown color: approx Christalle. HEX triplet: 3A, 21 and 6A. RGB value is (58,33,106). Sum of RGB (Red+Green+Blue) = 58+33+106=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A216A is #C5DE95. Grayscale: #303030. Windows color (decimal): -12967574 or 6955322. OLE color: 6955322.

HSL color Cylindrical-coordinate representation of color #3A216A: hue angle of 260.55º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A216A is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5833106-
CMYK0.450.6900.58
HSL260.55º52.52%27.25%-
HSV(B)260.55º68.87%41.57%-
XYZ4.893.0313.96-
YUV48.8160.28134.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 106 (41.80% from 255) = 53.81%
R=29.44%
G=16.75%
B=53.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58331060.450.6900.58260.5552.5227.25
Hex3A216A2D4503A105351b
Octal7241152551050724056533
Binary11101010000111010101011011000101011101010000010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,106); }

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

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

 a { background-color: rgb(58,33,106); }

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

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

 span { border-color: rgb(58,33,106); }

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