#3A295A

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

Shades of Christalle #3A295A

Tints of Christalle #3A295A

Color information

#3A295A (or 0x3A295A) is unknown color: approx Christalle. HEX triplet: 3A, 29 and 5A. RGB value is (58,41,90). Sum of RGB (Red+Green+Blue) = 58+41+90=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A295A is #C5D6A5. Grayscale: #333333. Windows color (decimal): -12965542 or 5908794. OLE color: 5908794.

HSL color Cylindrical-coordinate representation of color #3A295A: hue angle of 260.82º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A295A is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB584190-
CMYK0.360.5400.65
HSL260.82º37.4%25.69%-
HSV(B)260.82º54.44%35.29%-
XYZ4.383.2210.06-
YUV51.67149.63132.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=30.69%
G=21.69%
B=47.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5841900.360.5400.65260.8237.425.69
Hex3A295A2436041105251a
Octal7251132446601014054532
Binary11101010100110110101001001101100100000110000010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,90); }

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

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

 a { background-color: rgb(58,41,90); }

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

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

 span { border-color: rgb(58,41,90); }

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