#3A0960

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

Shades of Christalle #3A0960

Tints of Christalle #3A0960

Color information

#3A0960 (or 0x3A0960) is unknown color: approx Christalle. HEX triplet: 3A, 09 and 60. RGB value is (58,9,96). Sum of RGB (Red+Green+Blue) = 58+9+96=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A0960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0960 is #C5F69F. Grayscale: #212121. Windows color (decimal): -12973728 or 6293818. OLE color: 6293818.

HSL color Cylindrical-coordinate representation of color #3A0960: hue angle of 273.79º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0960 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58996-
CMYK0.400.9100.62
HSL273.79º82.86%20.59%-
HSV(B)273.79º90.62%37.65%-
XYZ3.951.9411.23-
YUV33.57163.23145.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=35.58%
G=5.52%
B=58.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal589960.400.9100.62273.7982.8620.59
Hex3A960285B03E1125315
Octal72111405013307642212325
Binary1110101001110000010100010110110111110100010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,9,96); }

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

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

 a { background-color: rgb(58,9,96); }

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

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

 span { border-color: rgb(58,9,96); }

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