#3A0565

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

Shades of Christalle #3A0565

Tints of Christalle #3A0565

Color information

#3A0565 (or 0x3A0565) is unknown color: approx Christalle. HEX triplet: 3A, 05 and 65. RGB value is (58,5,101). Sum of RGB (Red+Green+Blue) = 58+5+101=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A0565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0565 is #C5FA9A. Grayscale: #1F1F1F. Windows color (decimal): -12974747 or 6620474. OLE color: 6620474.

HSL color Cylindrical-coordinate representation of color #3A0565: hue angle of 273.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0565 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB585101-
CMYK0.430.9500.60
HSL273.12º90.57%20.78%-
HSV(B)273.12º95.05%39.61%-
XYZ4.151.9512.47-
YUV31.79167.06146.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 101 (39.84% from 255) = 61.59%
R=35.37%
G=3.05%
B=61.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5851010.430.9500.60273.1290.5720.78
Hex3A5652B5F03C1115b15
Octal7251455313707442113325
Binary111010101110010110101110111110111100100010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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