#3A055B

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

Shades of Christalle #3A055B

Tints of Christalle #3A055B

Color information

#3A055B (or 0x3A055B) is unknown color: approx Christalle. HEX triplet: 3A, 05 and 5B. RGB value is (58,5,91). Sum of RGB (Red+Green+Blue) = 58+5+91=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A055B is #C5FAA4. Grayscale: #1E1E1E. Windows color (decimal): -12974757 or 5965114. OLE color: 5965114.

HSL color Cylindrical-coordinate representation of color #3A055B: hue angle of 276.98º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A055B is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB58591-
CMYK0.360.9500.64
HSL276.98º89.58%18.82%-
HSV(B)276.98º94.51%35.69%-
XYZ3.691.7610.04-
YUV30.65162.06147.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.66%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=37.66%
G=3.25%
B=59.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal585910.360.9500.64276.9889.5818.82
Hex3A55B245F0401155a13
Octal72513344137010042513223
Binary1110101011011011100100101111101000000100010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,91); }

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

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

 a { background-color: rgb(58,5,91); }

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

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

 span { border-color: rgb(58,5,91); }

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